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


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

Annotates the icon of the query. The value is the path to the icon in the plug-in.


Required Element Summary
 java.lang.String value
           
 

Element Detail

value

public abstract java.lang.String value