Package io.micronaut.data.annotation
Annotation Interface Expandable
@Retention(RUNTIME)
@Target({ANNOTATION_TYPE,TYPE,PARAMETER})
@Documented
@Inherited
public @interface Expandable
Marks parameter as expandable, which means that the query will be altered during runtime to accommodate additional values.
- Since:
- 3.2.0
- Author:
- Denis Stepanov