Class CdiAnnotationMarker


  • public final class CdiAnnotationMarker
    extends Object
    Marker for deployments that have CDI annotations present
    • Method Detail

      • 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)