Uses of Class
org.jboss.as.weld.discovery.AnnotationType
-
Packages that use AnnotationType Package Description org.jboss.as.weld org.jboss.as.weld.deployment org.jboss.as.weld.discovery -
-
Uses of AnnotationType in org.jboss.as.weld
Fields in org.jboss.as.weld with type parameters of type AnnotationType Modifier and Type Field Description static Set<AnnotationType>CdiAnnotations. BEAN_DEFINING_ANNOTATIONSstatic Set<AnnotationType>CdiAnnotations. BEAN_DEFINING_META_ANNOTATIONSstatic 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 AnnotationType Modifier and Type Field Description static 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 AnnotationType Modifier and Type Field Description static Function<org.jboss.jandex.ClassInfo,AnnotationType>AnnotationType. FOR_CLASSINFOstatic Function<AnnotationType,String>AnnotationType. TO_FQCN
-