Package io.micronaut.data.annotation
Annotation Interface Projection
@Documented
@Repeatable(List.class)
@Retention(RUNTIME)
@Target({METHOD,RECORD_COMPONENT,FIELD})
public @interface Projection
Reference the projected property.
- Since:
- 5.0
-
Nested Class Summary
Nested Classes -
Required Element Summary
Required Elements
-
Element Details
-
value
String value- Returns:
- The property name
-