org.eclipse.mat.snapshot.extension
Annotation Type Subject


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

Used to tag resolvers with the name of the class that they handle.


Required Element Summary
 java.lang.String value
           
 

Element Detail

value

public abstract java.lang.String value