public class MetaAnnotation<T extends java.lang.annotation.Annotation>
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private T |
annotation |
private java.util.List<MetaAnnotation<T>> |
conflicts |
private int |
depth |
Constructor and Description |
---|
MetaAnnotation(T annotation,
int depth) |
Modifier and Type | Method and Description |
---|---|
T |
get() |
java.util.List<MetaAnnotation<T>> |
getConflicts() |
int |
getDepth() |
private final T extends java.lang.annotation.Annotation annotation
private final int depth
private final java.util.List<MetaAnnotation<T extends java.lang.annotation.Annotation>> conflicts
MetaAnnotation(T annotation, int depth)
public T get()
public int getDepth()
public java.util.List<MetaAnnotation<T>> getConflicts()