We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 310f0bf commit 07d4104Copy full SHA for 07d4104
spring-core/src/main/java/org/springframework/core/annotation/AnnotationFilter.java
@@ -42,7 +42,7 @@ public interface AnnotationFilter {
42
43
/**
44
* {@link AnnotationFilter} that always matches and can be used when no
45
- * relevant annotation types are expected to present at all.
+ * relevant annotation types are expected to be present at all.
46
*/
47
AnnotationFilter ALL = new AnnotationFilter() {
48
@Override
0 commit comments