Interface AnnotationType

    • Method Detail

      • allAnnotatedTypes

        java.util.Collection<AnnotatedElement> allAnnotatedTypes()
        Returns an unmodifiable collection of annotated element with this annotation
        Returns:
        collection of elements annotated with this annotation
      • getDefaultValues

        java.util.Map<java.lang.String,​java.lang.Object> getDefaultValues()
        Returns an unmodifiable collection of annotation default values.
        Returns:
        collection of default value elements of this annotation