javadoc
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1083850 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
05510d7079
commit
3541b7848a
|
@ -153,7 +153,8 @@ public class AnnotationUtils {
|
|||
}
|
||||
|
||||
/**
|
||||
* <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}
|
||||
|
|
Loading…
Reference in New Issue