@Retention(value=RUNTIME) @Target(value={METHOD,FIELD,PARAMETER,TYPE}) @Repeatable(value=DeploymentModules.class) public @interface DeploymentModule
| Modifier and Type | Optional Element and Description | 
|---|---|
boolean | 
export  | 
DeploymentModule.MetaInfDisposition | 
metaInf  | 
String | 
name  | 
Module.ServiceHandling | 
services  | 
String | 
slot  | 
public abstract String name
public abstract String slot
public abstract DeploymentModule.MetaInfDisposition metaInf
public abstract Module.ServiceHandling services
Copyright © 2018 JBoss by Red Hat. All rights reserved.