Annotation Interface ValueRangeProvider


@Target({METHOD,FIELD}) @Retention(RUNTIME) public @interface ValueRangeProvider
Provides the planning values that can be used for a PlanningVariable.

This is specified on a getter of a java bean property (or directly on a field) which returns a Collection or ValueRange. A Collection is implicitly converted to a ValueRange.