Browse Source

Fix typo on QueryAnnotation Javadoc.

Closes #3395
3.5.x
Jens Schauder 1 month ago
parent
commit
4c073e929f
No known key found for this signature in database
GPG Key ID: 2BE5D185CD2A1CE6
  1. 2
      src/main/java/org/springframework/data/annotation/QueryAnnotation.java

2
src/main/java/org/springframework/data/annotation/QueryAnnotation.java

@ -23,7 +23,7 @@ import java.lang.annotation.Target; @@ -23,7 +23,7 @@ import java.lang.annotation.Target;
import org.springframework.data.repository.Repository;
/**
* Meta-Annotation to mark a store specific annotation as a query annotation. This allows generic special handing of
* Meta-Annotation to mark a store specific annotation as a query annotation. This allows generic special handling of
* finder methods on {@link Repository} interfaces.
*
* @author Thomas Darimont

Loading…
Cancel
Save