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