net.sf.retrotranslator.runtime.java.lang.reflect
Class _AccessibleObject
java.lang.Object
net.sf.retrotranslator.runtime.java.lang.reflect._AccessibleObject
public class _AccessibleObject
- extends java.lang.Object
- Author:
- Taras Puchko
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_AccessibleObject
public _AccessibleObject()
getAnnotation
public static Annotation_ getAnnotation(java.lang.reflect.AccessibleObject accessibleObject,
java.lang.Class annotationType)
getAnnotations
public static Annotation_[] getAnnotations(java.lang.reflect.AccessibleObject accessibleObject)
getDeclaredAnnotations
public static Annotation_[] getDeclaredAnnotations(java.lang.reflect.AccessibleObject accessibleObject)
isAnnotationPresent
public static boolean isAnnotationPresent(java.lang.reflect.AccessibleObject accessibleObject,
java.lang.Class annotationType)