@Documented @Retention(value=CLASS) @Target(value=TYPE) public @interface Category
Catalog functions are grouped into catalogs, which contain categories. This annotation is used to specify the category for the methods contained in a class.
Category annotations can be nested using nested classes.
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
name
Specify the category name for this class or interface.
|
public abstract java.lang.String name
The category name field cannot contain any spaces.
The default category is the containing class name for a method