Annotation Interface Apply


@Retention(RUNTIME) @Target(TYPE) @Inherited public @interface Apply
The Apply annotation is used for each Operator to indicate on which Genotype it is applied.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Class<? extends Genotype>
    Returns the type of Genotype on which the specific Operator is applied.
  • Element Details