Annotation Type PlanningEntityProperty
-
@Target({METHOD,FIELD}) @Retention(RUNTIME) public @interface PlanningEntityProperty
Specifies that a property (or a field) on aPlanningSolution
class is a planning entity.The planning entity should have the
PlanningEntity
annotation. The planning entity will be added to theScoreDirector
.