dragome-sdk
dragome-sdk copied to clipboard
Missing annotation methods
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.
@fpetrola can you priorities these methods?
it seems getDeclaredAnnotation make use of getDeclaredAnnotations. We should implement getDeclaredAnnotations first.