Tagged Questions

0
votes
0answers
63 views

Can I make a Java Annotation which “extends” @SuppressWarnings?

I know that it's not possible to extends Java annotations. I've created an annotation for a private field which means that the field is likely to appear unused in the class in which it is declared. ...