@Retention(value=RUNTIME) @Target(value=TYPE) public @interface EndpointConfig
Modifier and Type | Optional Element and Description |
---|---|
String |
configFile
The configFile element is a URL or resource name for the configuration.
|
String |
configName
The configName gives the configuration name that must be present in the configuration given by configFile.
|
public abstract String configName
public abstract String configFile
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.