@Target(value=TYPE) @Retention(value=RUNTIME) public @interface ConstraintConfiguration
ConstraintWeight
annotated members.
That class must also have a weight
for each of the constraints.
A PlanningSolution
has at most one field or property annotated with ConstraintConfigurationProvider
with returns a type of the ConstraintConfiguration
annotated class.
Modifier and Type | Optional Element and Description |
---|---|
String |
constraintPackage
The namespace of the constraints.
|
public abstract String constraintPackage
This is the default for every ConstraintWeight.constraintPackage()
in the annotated class.
Copyright © 2006–2019 JBoss by Red Hat. All rights reserved.