org.eclipse.mat.query.annotations
Annotation Type Category


@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface Category

Annotates the category to which the query belongs. The category is used to specify the menu section for a query. Cascaded menus can be given by separating the names with a slash. The text can be replaced by translatable text in an annotations.properties file in the same package with the key and example value as here:

<SimpleClassName>.category = Java Basics/References
<SimpleClassName2>.category = Java Basics

 
where <SimpleClassName> is the name of the class of the query without the package name. The category name is optionally preceded by a number indicating the menu order with a vertical bar separator.


Required Element Summary
 String value
           
 

Element Detail

value

public abstract String value