Interface XAnnotatedElement

    • Method Detail

      • getAnnotation

        <T extends Annotation> T getAnnotation​(Class<T> annotationType)
      • isAnnotationPresent

        <T extends Annotation> boolean isAnnotationPresent​(Class<T> annotationType)
      • equals

        boolean equals​(Object x)
        Returns true if the underlying artefact is the same
        Overrides:
        equals in class Object