List of usage examples for org.apache.commons.lang3 AnnotationUtils toString
public static String toString(final Annotation a)
Generate a string representation of an Annotation, as suggested by Annotation#toString() .
From source file:org.grouplens.grapht.annotation.AnnotationProxy.java
private String proxyToString(Object o) { return AnnotationUtils.toString((Annotation) o); }