@Target(value=ANNOTATION_TYPE)
 @Retention(value=RUNTIME)
public @interface Body
| Modifier and Type | Optional Element and Description | 
|---|---|
| java.lang.String | componentThe body as component type. | 
| ServicePlan | serviceThe body as required service. | 
| java.lang.Class<?> | valueThe body as seperate class. | 
public abstract java.lang.Class<?> value
public abstract ServicePlan service