|
|
@ -414,10 +414,9 @@ public interface MergedAnnotations extends Iterable<MergedAnnotation<Annotation> |
|
|
|
* {@link MergedAnnotations} instance to be created from annotations that |
|
|
|
* {@link MergedAnnotations} instance to be created from annotations that |
|
|
|
* are not necessarily loaded using reflection. The provided annotations |
|
|
|
* are not necessarily loaded using reflection. The provided annotations |
|
|
|
* must all be {@link MergedAnnotation#isDirectlyPresent() directly present} |
|
|
|
* must all be {@link MergedAnnotation#isDirectlyPresent() directly present} |
|
|
|
* and must have a {@link MergedAnnotation#getAggregateIndex() aggregate |
|
|
|
* and must have an {@link MergedAnnotation#getAggregateIndex() aggregate |
|
|
|
* index} of {@code 0}. |
|
|
|
* index} of {@code 0}. |
|
|
|
* <p> |
|
|
|
* <p>The resulting {@link MergedAnnotations} instance will contain both the |
|
|
|
* The resulting {@link MergedAnnotations} instance will contain both the |
|
|
|
|
|
|
|
* specified annotations, and any meta-annotations that can be read using |
|
|
|
* specified annotations, and any meta-annotations that can be read using |
|
|
|
* reflection. |
|
|
|
* reflection. |
|
|
|
* @param annotations the annotations to include |
|
|
|
* @param annotations the annotations to include |
|
|
|