0

Is there any support for Annotations in Guava Library like Spring AnnotationUtils class?

Jonathan Leffler
  • 730,956
  • 141
  • 904
  • 1,278
Cemo
  • 5,370
  • 10
  • 50
  • 82
  • Also See: http://stackoverflow.com/questions/3000480/is-there-commons-annotationutils-like-library-java – Adam Gent Aug 19 '12 at 15:25
  • Also Commons Lang 3 added [AnnotationUtils](http://commons.apache.org/lang/api-3.0/org/apache/commons/lang3/AnnotationUtils.html) but its rather worthless. – Adam Gent Aug 19 '12 at 15:28

1 Answers1

0

Not at the moment, no, but perhaps you might like to file a feature request?

Louis Wasserman
  • 191,574
  • 25
  • 345
  • 413
  • Done. https://code.google.com/p/guava-libraries/issues/detail?id=1114 Thanks Louis. – Cemo Aug 18 '12 at 21:27