git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1083850 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Matthew Jason Benson 2011-03-21 15:59:10 +00:00
parent 05510d7079
commit 3541b7848a
1 changed files with 2 additions and 1 deletions

View File

@ -153,7 +153,8 @@ && isValidAnnotationMemberType(m.getReturnType())) {
}
/**
* <p>Generate a hash code for the given annotation.</p>
* <p>Generate a hash code for the given annotation using the algorithm
* presented in the {@link Annotation#hashCode()} API docs.</p>
*
* @param a the Annotation for a hash code calculation is desired, not
* {@code null}