HaxeAPI
  • Version development @ b6b8925
    • 3.4.7
    • 4.0.5
    • 4.1.3
    • 4.2.5
    • 4.3.6
    • Development
  • Download Haxe
  • Learn Haxe
    • Introduction
    • Manual
    • Code Cookbook
    • API Documentation
    • Videos
    • Try Haxe online
    • Haxelib
  • Connect
    • Github
    • Bug reports
    • Stack Overflow
    • Forums
    • Discord
    • Gitter
    • Blog
    • Facebook
    • #haxe
    • @haxelang
    • @haxe_org
    • Contact

interface AnnotatedElement

package java.lang.reflect

extended by AccessibleObject, AnnotatedType, GenericDeclaration, Parameter, TypeVariable, Class, Package

@:native("java.lang.reflect.AnnotatedElement")@:libType

Available on jvm

Methods

getAnnotation<T>(param1:Class<T>):T

getAnnotations():NativeArray<Annotation>

@:java.defaultgetAnnotationsByType<T>(param1:Class<T>):NativeArray<T>

@:java.defaultgetDeclaredAnnotation<T>(param1:Class<T>):T

getDeclaredAnnotations():NativeArray<Annotation>

@:java.defaultgetDeclaredAnnotationsByType<T>(param1:Class<T>):NativeArray<T>

@:java.defaultisAnnotationPresent(param1:Class<Annotation>):Bool

This documentation is generated for version development @ b6b8925

© 2024  Haxe Foundation | Contribute to Haxe