We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31d60b7 commit d540e4fCopy full SHA for d540e4f
junit-platform-commons/src/main/java/org/junit/platform/commons/support/AnnotationSupport.java
@@ -165,7 +165,7 @@ public static <A extends Annotation> Optional<A> findAnnotation(AnnotatedElement
165
* @since 1.8
166
* @see SearchOption
167
* @see #findAnnotation(AnnotatedElement, Class)
168
- * @deprecated Use {@link #findAnnotation(Class, Class, List)}
+ * @deprecated Use {@link #findAnnotation(AnnotatedElement, Class)}
169
* (for {@code SearchOption.DEFAULT}) or
170
* {@link #findAnnotation(Class, Class, List)} (for
171
* {@code SearchOption.INCLUDE_ENCLOSING_CLASSES}) instead
0 commit comments