@Retention(value=RUNTIME)
@Target(value=TYPE)
@Inherited
public @interface TreeMutationAnnotation
Classes that have this annotation should extend (a subclass of) the
TreeMutationAbstract class. This allows f.i. the ETM GUI to include,
yet unknown, and externally defined tree mutators to be shown and used.