Depreacte AnnotationUtils 0-argument contructor
This commit is contained in:
parent
6540edfdc0
commit
3d3a3fe13a
|
@ -349,7 +349,10 @@ public class AnnotationUtils {
|
|||
*
|
||||
* <p>This constructor is public to permit tools that require a JavaBean
|
||||
* instance to operate.</p>
|
||||
* @deprecated TODO Make private in 4.0.
|
||||
*/
|
||||
@Deprecated
|
||||
public AnnotationUtils() {
|
||||
// empty
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue