Annotation Type ComparatorDefinition
-
@Target(TYPE) @Retention(RUNTIME) public @interface ComparatorDefinition
Added to a nested class inside planning entity, the annotation contains definition of object properties used for comparison. Avoids parsing of compare method body.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description ComparatorObjectPropertyPath[]objectPropertyPaths
-
-
-
Element Detail
-
objectPropertyPaths
ComparatorObjectPropertyPath[] objectPropertyPaths
- Default:
- {}
-
-