Class DelegatingAnnotationAccess

  • All Implemented Interfaces:
    AnnotationAccess

    public class DelegatingAnnotationAccess
    extends java.lang.Object
    implements AnnotationAccess
    Delegating annotation access is used when resolving annotations on a class; it searches the primary annotation access and if not found there (and Inherited is on the annotation being searched), it searches in the inherited access.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <T extends java.lang.annotation.Annotation>
      T
      getAnnotation​(java.lang.Class<T> annotationType)
      Returns an instantiated annotation, or null if the target does not have the indicated annotation.
      <T extends java.lang.annotation.Annotation>
      boolean
      hasAnnotation​(java.lang.Class<T> annotationType)
      Checks to see if the target has an annotation of the given type.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait