1 2 3 4 5 6 7
@SuppressWarnings("all") class Annotation { @Override public String toString() { return super.toString(); } }