package java.lang.reflect
extended by AccessibleObject, AnnotatedType, GenericDeclaration, Parameter, TypeVariable, Class, Package
Available on java
getAnnotation<T>(param1:Class<T>):TgetAnnotations():NativeArray<Annotation>getAnnotationsByType<T>(param1:Class<T>):NativeArray<T>getDeclaredAnnotation<T>(param1:Class<T>):TgetDeclaredAnnotations():NativeArray<Annotation>getDeclaredAnnotationsByType<T>(param1:Class<T>):NativeArray<T>isAnnotationPresent(param1:Class<Annotation>):Bool
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/java/lang/reflect/AnnotatedElement.html