| Package | Description |
|---|---|
| com.almasb.fxgl.core.reflect |
| Modifier and Type | Method and Description |
|---|---|
static Annotation |
ClassReflection.getAnnotation(Class c,
Class<? extends Annotation> annotationType)
Returns an
Annotation object reflecting the annotation provided, or null if this class doesn't have such an
annotation. |
Annotation |
Field.getDeclaredAnnotation(Class<? extends Annotation> annotationType)
Returns an
Annotation object reflecting the annotation provided, or null of this field doesn't
have such an annotation. |
Copyright © 2017. All rights reserved.