public final class AnnotationsEncoding extends Object
| Constructor and Description |
|---|
AnnotationsEncoding() |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Annotation> |
getAnnotation(Object annotationsEncoding,
Class<T> annotationClass) |
static Annotation[] |
getAnnotations(Object annotationsEncoding) |
public static Annotation[] getAnnotations(Object annotationsEncoding)
public static <T extends Annotation> T getAnnotation(Object annotationsEncoding, Class<T> annotationClass)