dragome-sdk icon indicating copy to clipboard operation
dragome-sdk copied to clipboard

Missing annotation methods

Open xpenatan opened this issue 7 years ago • 2 comments

getDeclaredAnnotation and getDeclaredAnnotations are missing in some class like Class, Field and Method. Also must check they are correctly because getAnnotation is different from getDeclaredAnnotation.

xpenatan avatar Mar 29 '17 22:03 xpenatan

@fpetrola can you priorities these methods?

xpenatan avatar May 07 '17 23:05 xpenatan

it seems getDeclaredAnnotation make use of getDeclaredAnnotations. We should implement getDeclaredAnnotations first.

fpetrola avatar May 08 '17 17:05 fpetrola