Class AnnotationType

java.lang.Object
org.jboss.as.weld.discovery.AnnotationType

public class AnnotationType extends Object
  • Field Details

  • Constructor Details

    • AnnotationType

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

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

    • getName

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

      public boolean isInherited()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object