Package org.jboss.as.ee.weld
Class InjectionTargetDefiningAnnotations
java.lang.Object
org.jboss.as.ee.weld.InjectionTargetDefiningAnnotations
- Author:
- Stuart Douglas
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.jboss.as.server.deployment.AttachmentKey<org.jboss.as.server.deployment.AttachmentList<org.jboss.jandex.DotName>>A set of injection target defining annotations. -
Method Summary
-
Field Details
-
INJECTION_TARGET_DEFINING_ANNOTATIONS
public static final org.jboss.as.server.deployment.AttachmentKey<org.jboss.as.server.deployment.AttachmentList<org.jboss.jandex.DotName>> INJECTION_TARGET_DEFINING_ANNOTATIONSA set of injection target defining annotations. These are annotations that are not enough to cause weld to activate, however if weld is activated these will be turned into beans.
-