public class AnnotationFactory extends Object
| Modifier and Type | Method and Description |
|---|---|
static <T extends Annotation> |
create(Class<T> annotationType) |
static <T extends Annotation> |
create(Class<T> annotationType,
Map<String,?> values) |
public static <T extends Annotation> T create(Class<T> annotationType)
public static <T extends Annotation> T create(Class<T> annotationType, Map<String,?> values)
Copyright © 2019. All rights reserved.