@Target(value=ANNOTATION_TYPE)
 @Retention(value=RUNTIME)
public @interface Publish
| Modifier and Type | Required Element and Description | 
|---|---|
java.lang.Class<?> | 
type
The service type as which the goal should be published. 
 | 
| Modifier and Type | Optional Element and Description | 
|---|---|
java.lang.String | 
method
The service method the goal should be mapped to. 
 |