Interface EvaluatedDeclaration

    • Method Detail

      • annotation

        <T extends java.lang.annotation.Annotation> T annotation​(java.lang.Class<T> annotationType)
      • annotations

        java.util.List<java.lang.annotation.Annotation> annotations()
        Return the annotations on this declaration.
        Returns:
        List of all annotations on this declaration.
      • modifiers

        int modifiers()
      • element

        java.lang.reflect.AnnotatedElement element()