KB-20071127-013
From Triled Wiki
- Status: opened
- author: Ivan Čukić
- link: http://groups.google.com/group/android-developers/msg/f464e532a01c4714
- Description: Annotation API exist but annotations are not implemented.
- Steps to reproduce:
When trying to do a
Object o = new Object(); o.getClass().getAnnotations();
It raises an exception: "native method not implemented"
Backtrace: java.lang.Class.getDeclaredAnnotations(Native Method) java.lang.Class.getAnnotations(Class.java:202)
