@Retention(value=RUNTIME)
@Target(value=TYPE)
@Inherited
public @interface Apply
Modifier and Type | Required Element and Description |
---|---|
java.lang.Class<? extends org.opt4j.core.Genotype> |
value
Returns the type of
Genotype on which the specific
Operator is applied. |