Uses of Class
org.jboss.as.weld.discovery.AnnotationType
Packages that use AnnotationType
-
Uses of AnnotationType in org.jboss.as.weld
Fields in org.jboss.as.weld with type parameters of type AnnotationTypeModifier and TypeFieldDescriptionstatic final Set<AnnotationType>CdiAnnotations.BEAN_DEFINING_ANNOTATIONSstatic final Set<AnnotationType>CdiAnnotations.BEAN_DEFINING_META_ANNOTATIONSstatic final Set<AnnotationType>CdiAnnotations.BUILT_IN_SCOPES -
Uses of AnnotationType in org.jboss.as.weld.deployment
Fields in org.jboss.as.weld.deployment with type parameters of type AnnotationTypeModifier and TypeFieldDescriptionstatic final org.jboss.as.server.deployment.AttachmentKey<org.jboss.as.server.deployment.AttachmentList<AnnotationType>>WeldAttachments.BEAN_DEFINING_ANNOTATIONSA set of bean defining annotations, as defined by the CDI specification. -
Uses of AnnotationType in org.jboss.as.weld.discovery
Fields in org.jboss.as.weld.discovery with type parameters of type AnnotationTypeModifier and TypeFieldDescriptionstatic final Function<org.jboss.jandex.ClassInfo,AnnotationType> AnnotationType.FOR_CLASSINFOstatic final Function<AnnotationType,String> AnnotationType.TO_FQCN