Java @SuppressWarnings
In general, I prefer sort out all @SuppressWarnings in my codes but in
some cases, tools I am using returns generic ones such as Collection.
Is there any way I can suppress this warning and way to specify reason for
it like C# in Java?
No comments:
Post a Comment