dragome / dragome-sdk

Dragome is a tool for creating client side web applications in pure Java (JVM) language.
http://www.dragome.com
Other
80 stars 20 forks source link

Missing annotation methods #174

Open xpenatan opened 7 years ago

xpenatan commented 7 years ago

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 commented 7 years ago

@fpetrola can you priorities these methods?

fpetrola commented 7 years ago

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