Fix error in HTML syntax in Javadoc
This commit is contained in:
@@ -215,6 +215,7 @@ public abstract class AnnotationUtils {
|
||||
* resolvable (e.g. because nested Class values in annotation attributes
|
||||
* failed to resolve at runtime)
|
||||
* @since 4.0.8
|
||||
* @see AnnotatedElement#getAnnotations()
|
||||
*/
|
||||
public static Annotation[] getAnnotations(AnnotatedElement annotatedElement) {
|
||||
try {
|
||||
@@ -227,7 +228,7 @@ public abstract class AnnotationUtils {
|
||||
}
|
||||
|
||||
/**
|
||||
* Get all {@link Annotation Annotations} that are <em>present</em on the
|
||||
* Get all {@link Annotation Annotations} that are <em>present</em> on the
|
||||
* supplied {@link Method}.
|
||||
* <p>Correctly handles bridge {@link Method Methods} generated by the compiler.
|
||||
* <p>Meta-annotations will <em>not</em> be searched.
|
||||
|
||||
Reference in New Issue
Block a user