Originally posted by Velika Srbija:
How?
@SuppressWarning("all") public void foo() {
//your code here
}
You can get more specific than that if you like, but I'd read up on Annotations first. This feature was introduced in
Java 5, so if you're using an earlier version, let me know.