Package io.micronaut.data.annotation
Annotation Interface QueryHint
@Retention(RUNTIME)
@Target(METHOD)
@Documented
@Repeatable(QueryHints.class)
@Inherited
public @interface QueryHint
Provides a query hint to the underlying query implementation.
- Since:
- 1.0.0
- Author:
- graemerocher
-
Required Element Summary