We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc6859b commit 22e57fdCopy full SHA for 22e57fd
spring-data-jdbc/src/main/java/org/springframework/data/jdbc/repository/query/JdbcQueryMethod.java
@@ -218,7 +218,7 @@ private <T> T getMergedAnnotationAttribute(String attribute) {
218
}
219
220
/**
221
- * Returns whether the method has an annotated query.
+ * @return {@code true} if the method has an annotated query.
222
*/
223
public boolean hasAnnotatedQuery() {
224
return findAnnotatedQuery().isPresent();
0 commit comments