Class AnnotatedArgument<T>

java.lang.Object
xyz.haff.aspektoj.util.AnnotatedArgument<T>
Type Parameters:
T -

public class AnnotatedArgument<T> extends Object
Find the argument with an specified annotation of a method
  • Constructor Details

    • AnnotatedArgument

      public AnnotatedArgument(org.aspectj.lang.JoinPoint joinPoint, Class<T> annotationClass)
  • Method Details

    • getArgument

      public Object getArgument()
    • getAnnotation

      public T getAnnotation()