Package org.jboss.as.weld.deployment
Class CdiAnnotationMarker
java.lang.Object
org.jboss.as.weld.deployment.CdiAnnotationMarker
Marker for deployments that have CDI annotations present
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleancdiAnnotationsPresent(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit) static voidmark(org.jboss.as.server.deployment.DeploymentUnit deployment) Mark the deployment as a CDI one.
-
Method Details
-
mark
public static void mark(org.jboss.as.server.deployment.DeploymentUnit deployment) Mark the deployment as a CDI one.- Parameters:
deployment- to be marked
-
cdiAnnotationsPresent
public static boolean cdiAnnotationsPresent(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit)
-