Member predicate TargetAnnotation :: getATargetExpression
DEPRECATED: Getting the field access expression is rarely useful. Use getATargetElementType()
to get the name of the target element.
Gets a target expression within this annotation.
For example, the field access ElementType.FIELD
is a target expression in
@Target({ElementType.FIELD, ElementType.METHOD})
.