OptaPlanner core 6.1.0.Final

org.optaplanner.core.api.domain.solution.cloner
Annotation Type DeepPlanningClone


@Target(value={TYPE,METHOD})
@Inherited
@Retention(value=RUNTIME)
public @interface DeepPlanningClone

Marks a problem fact as being required to be deep planning cloned. Not needed for a Solution or PlanningEntity because they are automatically deep cloned.

This annotation is ignored if a custom SolutionCloner is set with PlanningSolution.solutionCloner() or if the Solution implements PlanningCloneable.


OptaPlanner core 6.1.0.Final

Copyright © 2006-2014 JBoss by Red Hat. All Rights Reserved.