javassist
javassist copied to clipboard
How to get all annotations declared on a class
Hi, I'm trying to get the class name of all annotations declared on a class but the method CtClass.getAnnotations() returns an array of AnnotationImpl's proxy. Can you explain me succinctly how I can get the name of the annotations?