@Retention(value=RUNTIME) @Target(value=TYPE) public @interface ProcessApplication
AbstractProcessApplication class and specify
 the unique name of the process application.| Modifier and Type | Optional Element and Description | 
|---|---|
| String[] | deploymentDescriptorsReturns the location(s) of the  processes.xmldeployment descriptors. | 
| String | nameAllows specifying the name of the process application. | 
| String | valueAllows specifying the name of the process application. | 
public abstract String value
name property.public abstract String name
value property is not set.public abstract String[] deploymentDescriptors
processes.xml deployment descriptors.
 The default value is{META-INF/processes.xml}. The provided path(s)
 must be resolvable through the ClassLoader.getResourceAsStream(String)-Method
 of the classloader returned  by the AbstractProcessApplication.getProcessApplicationClassloader()
 method provided by the process application.processes.xml file.Copyright © 2018. All rights reserved.