We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 108e9db commit 8ecc01dCopy full SHA for 8ecc01d
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