Package | Description |
---|---|
org.teavm.classlib.java.lang | |
org.teavm.classlib.java.lang.reflect |
Modifier and Type | Method and Description |
---|---|
<S extends TAnnotation> |
TClass.getAnnotation(TClass<S> annotationClass) |
Modifier and Type | Method and Description |
---|---|
TAnnotation[] |
TClass.getAnnotations() |
TAnnotation[] |
TClass.getDeclaredAnnotations() |
Modifier and Type | Method and Description |
---|---|
boolean |
TClass.isAnnotationPresent(TClass<? extends TAnnotation> annotationClass) |
Modifier and Type | Method and Description |
---|---|
<T extends TAnnotation> |
TAccessibleObject.getAnnotation(TClass<T> annotationClass) |
<T extends TAnnotation> |
TAnnotatedElement.getAnnotation(TClass<T> annotationClass) |
default <T extends TAnnotation> |
TAnnotatedElement.getAnnotationsByType(Class<T> annotationClass) |
default <T extends TAnnotation> |
TAnnotatedElement.getDeclaredAnnotation(TClass<T> annotationClass) |
default <T extends TAnnotation> |
TAnnotatedElement.getDeclaredAnnotationsByType(Class<T> annotationClass) |
Modifier and Type | Method and Description |
---|---|
TAnnotation[] |
TAccessibleObject.getAnnotations() |
TAnnotation[] |
TAnnotatedElement.getAnnotations() |
default <T extends TAnnotation> |
TAnnotatedElement.getAnnotationsByType(Class<T> annotationClass) |
TAnnotation[] |
TAccessibleObject.getDeclaredAnnotations() |
TAnnotation[] |
TAnnotatedElement.getDeclaredAnnotations() |
default <T extends TAnnotation> |
TAnnotatedElement.getDeclaredAnnotationsByType(Class<T> annotationClass) |
Modifier and Type | Method and Description |
---|---|
default boolean |
TAnnotatedElement.isAnnotationPresent(TClass<? extends TAnnotation> annotationClass) |
Copyright © 2019. All rights reserved.