@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface EndpointConfig
| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.String |
configFile
The configFile element is a URL or resource name for the configuration.
|
java.lang.String |
configName
The configName gives the configuration name that must be present in the configuration given by configFile.
|