Class ExactAnnotationFieldTypePattern

All Implemented Interfaces:
IHasPosition, IHasSourceLocation

public class ExactAnnotationFieldTypePattern extends ExactAnnotationTypePattern
Represents an attempt to bind the field of an annotation within a pointcut. For example:

 before(Level lev): execution(* *(..)) && @annotation(TraceAnnotation(lev))
 

This binding annotation type pattern will be for 'lev'.