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