From 3541b7848a3b13a468b1c2fd26183101608f7897 Mon Sep 17 00:00:00 2001 From: Matthew Jason Benson Date: Mon, 21 Mar 2011 15:59:10 +0000 Subject: [PATCH] javadoc git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1083850 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/java/org/apache/commons/lang3/AnnotationUtils.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/lang3/AnnotationUtils.java b/src/main/java/org/apache/commons/lang3/AnnotationUtils.java index 0d4e509ec..cf3808b1f 100644 --- a/src/main/java/org/apache/commons/lang3/AnnotationUtils.java +++ b/src/main/java/org/apache/commons/lang3/AnnotationUtils.java @@ -153,7 +153,8 @@ && isValidAnnotationMemberType(m.getReturnType())) { } /** - *

Generate a hash code for the given annotation.

+ *

Generate a hash code for the given annotation using the algorithm + * presented in the {@link Annotation#hashCode()} API docs.

* * @param a the Annotation for a hash code calculation is desired, not * {@code null}