Depreacte AnnotationUtils 0-argument contructor

This commit is contained in:
Gary Gregory 2024-01-25 09:10:04 -05:00
parent 6540edfdc0
commit 3d3a3fe13a
1 changed files with 3 additions and 0 deletions

View File

@ -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
}
}