Class AnnotationType


  • public class AnnotationType
    extends Object
    • Constructor Detail

      • AnnotationType

        public AnnotationType​(org.jboss.jandex.DotName name,
                              boolean inherited)
      • AnnotationType

        public AnnotationType​(Class<? extends Annotation> annotation)
    • Method Detail

      • getName

        public org.jboss.jandex.DotName getName()
      • isInherited

        public boolean isInherited()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object