Package com.badlogic.gdx.utils.reflect
Class Annotation
- java.lang.Object
-
- com.badlogic.gdx.utils.reflect.Annotation
-
public final class Annotation extends java.lang.ObjectProvides information about, and access to, an annotation of a field, class or interface.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T extends java.lang.annotation.Annotation>
TgetAnnotation(java.lang.Class<T> annotationType)java.lang.Class<? extends java.lang.annotation.Annotation>getAnnotationType()
-