Open xpenatan opened 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.
@fpetrola can you priorities these methods?
it seems getDeclaredAnnotation make use of getDeclaredAnnotations. We should implement getDeclaredAnnotations first.
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.