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