@Documented
@Target(value={FIELD,TYPE,METHOD})
@Retention(value=RUNTIME)
@Inherited
public @interface Category
property
, which are the union of
categories specified on the enclosing class and the categories specified on the method or field
that make up the property.Modifier and Type | Required Element and Description |
---|---|
java.lang.String[] |
value
The categories of the property.
|