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