Annotation Interface ServiceDescription
@BeanPropertyType
@Retention(RUNTIME)
@Target({FIELD,METHOD,PARAMETER,TYPE})
public @interface ServiceDescription
Bean Property Type for the
service.description
service property.
This annotation can be used as defined by BeanPropertyType
to declare
the value the Constants.SERVICE_DESCRIPTION
service property.
- See Also:
-
- "Bean Property Types"
-
Required Element Summary
-
Element Details
-
value
String valueService property identifying a service's description.- Returns:
- The service description.
- See Also:
-