Package io.micronaut.data.annotation
Annotation Interface ParameterExpression
@Retention(RUNTIME)
@Target({METHOD,TYPE,ANNOTATION_TYPE})
@Documented
@Inherited
@Repeatable(ParameterExpressions.class)
public @interface ParameterExpression
The definition of the query's parameter value that should be represented as an expression.
- Since:
- 4.7.0
- Author:
- Denis Stepanov
-
Required Element Summary