Package org.opt4j.operators
Annotation Type Apply
-
@Retention(RUNTIME) @Target(TYPE) @Inherited public @interface Apply
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.Class<? extends org.opt4j.core.Genotype>
value
Returns the type ofGenotype
on which the specificOperator
is applied.
-