mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
Fix typo in Javadoc for MergedAnnotations
This commit is contained in:
+1
-1
@@ -111,7 +111,7 @@ import org.springframework.lang.Nullable;
|
||||
* mergedAnnotations.get(ExampleAnnotation.class).getString("value");
|
||||
*
|
||||
* // get all meta-annotations but no directly present annotations
|
||||
* mergedAnnotations.stream().anyMatch(MergedAnnotation::isMetaPresent);
|
||||
* mergedAnnotations.stream().filter(MergedAnnotation::isMetaPresent);
|
||||
*
|
||||
* // get all ExampleAnnotation declarations (including any meta-annotations) and
|
||||
* // print the merged "value" attributes
|
||||
|
||||
Reference in New Issue
Block a user