public class AnnotationDescriptorBuilder extends DefaultDescriptorBuilder<Annotation>
| Constructor and Description |
|---|
AnnotationDescriptorBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static DescriptorBuilder<Annotation> |
create() |
static List<Annotation> |
getAllAnnotations(Class<?> type) |
static List<Annotation> |
getAllAnnotations(Field type) |
static List<Annotation> |
getAllAnnotations(Method type) |
action, build, getContent, merge, valuepublic static DescriptorBuilder<Annotation> create()
public static List<Annotation> getAllAnnotations(Class<?> type)
public static List<Annotation> getAllAnnotations(Method type)
public static List<Annotation> getAllAnnotations(Field type)
Copyright © 2014. All Rights Reserved.