hasAnnotationRecursive

Returns true if this element is annotated with annotationType.

The search is breadth-first and considers meta-annotations, but does not support superclasses via @Inherited.


Returns true if this element is annotated with A.

The search is breadth-first and considers meta-annotations, but does not support superclasses via @Inherited.


Returns true if this element is annotated with annotationType.

The search is breadth-first and considers meta-annotations, but does not support superclasses via @Inherited.