public class Annotations extends Object
| Modifier and Type | Field and Description |
|---|---|
static Annotation[] |
EMPTY_ANNOTATIONS |
| Modifier and Type | Method and Description |
|---|---|
static Method |
getRepeatableAnnotationAccessor(Class<? extends Annotation> annotation)
Returns the value
Method of a repeatable annotation container or null if the given annotation is not a repeatable
annotation container. |
public static final Annotation[] EMPTY_ANNOTATIONS
public static Method getRepeatableAnnotationAccessor(Class<? extends Annotation> annotation)
Method of a repeatable annotation container or null if the given annotation is not a repeatable
annotation container.annotation - the given annotationMethod of a repeatable annotation container or null if the given annotation is not a repeatable
annotation containerCopyright © 2017. All rights reserved.