@SuppressWarnings("all") class Annotation { @Override public String toString() { return super.toString(); } }