I am making an application that uses Drools planner.
The @ValueRangeFromSolutionProperty is supposed to refer to a property from another class (NQ
@ValueRangeFromSolutionProperty
NQ
That's defined by the JavaBeans naming conventions. The getter name will have "get" followed by the property name with the first letter capitalized.
A related question with more information