Annotation Interface ConstraintConfigurationProvider
@Deprecated(forRemoval=true,
since="1.13.0")
@Target({METHOD,FIELD})
@Retention(RUNTIME)
public @interface ConstraintConfigurationProvider
Deprecated, for removal: This API element is subject to removal in a future version.
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.
ConstraintWeightOverridesinstead.