package java.lang.reflect
extends AnnotatedElement, Type
Available on java
getAnnotatedBounds():NativeArray<AnnotatedType>
getAnnotation<T>(param1:Class<T>):T
getAnnotations():NativeArray<Annotation>
getAnnotationsByType<T>(param1:Class<T>):NativeArray<T>
getBounds():NativeArray<Type>
getDeclaredAnnotation<T>(param1:Class<T>):T
getDeclaredAnnotations():NativeArray<Annotation>
getDeclaredAnnotationsByType<T>(param1:Class<T>):NativeArray<T>
getGenericDeclaration():D
getName():String
getTypeName():String
isAnnotationPresent(param1:Class<Annotation>):Bool
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/java/lang/reflect/TypeVariable.html