Skip to content

Commit

Permalink
Polish Javadoc for MergedAnnotations
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrannen committed Aug 8, 2020
1 parent 292f581 commit a614abe
Showing 1 changed file with 2 additions and 3 deletions.
Expand Up @@ -414,10 +414,9 @@ static MergedAnnotations from(Object source, Annotation[] annotations,
* {@link MergedAnnotations} instance to be created from annotations that
* are not necessarily loaded using reflection. The provided annotations
* 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}.
* <p>
* The resulting {@link MergedAnnotations} instance will contain both the
* <p>The resulting {@link MergedAnnotations} instance will contain both the
* specified annotations, and any meta-annotations that can be read using
* reflection.
* @param annotations the annotations to include
Expand Down

0 comments on commit a614abe

Please sign in to comment.