Spring Data Core

org.springframework.data.annotation
Annotation Type QueryAnnotation


@Retention(value=RUNTIME)
@Target(value=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


Spring Data Core

Copyright © 2011-2014–2014 Pivotal Software, Inc.. All rights reserved.