Uses of Annotation Type
org.teavm.classlib.java.lang.annotation.TAnnotation
Packages that use TAnnotation
-
Uses of TAnnotation in org.teavm.classlib.java.lang
Methods in org.teavm.classlib.java.lang with type parameters of type TAnnotationModifier and TypeMethodDescription<S extends TAnnotation>
STClass.getAnnotation(TClass<S> annotationClass)
Methods in org.teavm.classlib.java.lang that return TAnnotationMethod parameters in org.teavm.classlib.java.lang with type arguments of type TAnnotationModifier and TypeMethodDescriptionboolean
TClass.isAnnotationPresent(TClass<? extends TAnnotation> annotationClass)
-
Uses of TAnnotation in org.teavm.classlib.java.lang.reflect
Methods in org.teavm.classlib.java.lang.reflect with type parameters of type TAnnotationModifier and TypeMethodDescription<T extends TAnnotation>
TTAccessibleObject.getAnnotation(TClass<T> annotationClass)
<T extends TAnnotation>
TTAnnotatedElement.getAnnotation(TClass<T> annotationClass)
default <T extends TAnnotation>
T[]TAnnotatedElement.getAnnotationsByType(Class<T> annotationClass)
default <T extends TAnnotation>
TTAnnotatedElement.getDeclaredAnnotation(TClass<T> annotationClass)
default <T extends TAnnotation>
T[]TAnnotatedElement.getDeclaredAnnotationsByType(Class<T> annotationClass)
Methods in org.teavm.classlib.java.lang.reflect that return TAnnotationModifier and TypeMethodDescriptionTAccessibleObject.getAnnotations()
TAnnotatedElement.getAnnotations()
default <T extends TAnnotation>
T[]TAnnotatedElement.getAnnotationsByType(Class<T> annotationClass)
TAccessibleObject.getDeclaredAnnotations()
TAnnotatedElement.getDeclaredAnnotations()
default <T extends TAnnotation>
T[]TAnnotatedElement.getDeclaredAnnotationsByType(Class<T> annotationClass)
Method parameters in org.teavm.classlib.java.lang.reflect with type arguments of type TAnnotationModifier and TypeMethodDescriptiondefault boolean
TAnnotatedElement.isAnnotationPresent(TClass<? extends TAnnotation> annotationClass)