| Item | % of partially implemented | % of fully implemented |
|---|---|---|
java.lang.reflect |
||
| 100 | ||
isAnnotationPresent(Class) : boolean |
||
getAnnotation(Class) : Annotation |
||
getAnnotations() : Annotation[] |
||
getAnnotationsByType(Class) : Annotation[] |
||
getDeclaredAnnotation(Class) : Annotation |
||
getDeclaredAnnotationsByType(Class) : Annotation[] |
||
getDeclaredAnnotations() : Annotation[] |