@Target(value={METHOD,FIELD}) @Retention(value=RUNTIME) public @interface PlanningId
locating
an externalObject (often from another Thread or JVM).
Used during Move relocation and in a ProblemFactChange.
It is specified on a getter of a java bean property (or directly on a field) of a PlanningEntity class,
planning value class or any problem fact class.
The return type can be any type which implements Object.equals(Object) and Object.hashCode(),
but is usually Long or String. It must never return a null instance.
Copyright © 2006–2016 JBoss by Red Hat. All rights reserved.