@Target(value=FIELD)
@Retention(value=RUNTIME)
@Documented
public @interface Projection
| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String |
path
Association path
|
| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.Class<? extends java.util.function.Predicate<?>> |
condition
Condition class that decides if projection should be applied.
|