public class Annotations
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.annotation.Annotation[] |
EMPTY_ANNOTATIONS |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.reflect.Method |
getRepeatableAnnotationAccessor(java.lang.Class<? extends java.lang.annotation.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 java.lang.annotation.Annotation[] EMPTY_ANNOTATIONS
public static java.lang.reflect.Method getRepeatableAnnotationAccessor(java.lang.Class<? extends java.lang.annotation.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 © 2015. All Rights Reserved.