Class PrivateSubDeploymentMarker

java.lang.Object
org.jboss.as.server.deployment.PrivateSubDeploymentMarker

public class PrivateSubDeploymentMarker extends Object
Marker for sub deployments that are not globally accessible, such as war's. If a sub deployment does not have this marker set then all other deployments will be given access to it, through a module dependency on sub deployments module.
Author:
Stuart Douglas
  • Method Details