Annotations should not be compared using reference-equality ("=="). There is no guarantee that any particular annotation will always be represented by the same object. @author Joseph D. Darcy @author Scott Seligman @version 1.6 05/11/17 @since 1.5
Annotations should be compared using the {@code equals}method. There is no guarantee that any particular annotation will always be represented by the same object. @author Joseph D. Darcy @author Scott Seligman @author Peter von der Ahé @since 1.6
|
|
|
|