Annotation Type ConstraintConfigurationProvider


@Target({METHOD,FIELD}) @Retention(RUNTIME) public @interface ConstraintConfigurationProvider
Specifies that a property (or a field) on a PlanningSolution class is a ConstraintConfiguration. This property is automatically a ProblemFactProperty too, so no need to declare that explicitly.

The type of this property (or field) must have a ConstraintConfiguration annotation.