Annotation Interface QueryAnnotation


@Retention(RUNTIME) @Target(ANNOTATION_TYPE) public @interface QueryAnnotation
Meta-Annotation to mark a store specific annotation as a query annotation. This allows generic special handing of finder methods on Repository interfaces.
Author:
Thomas Darimont