public class AnnotationMergeCache extends ClassValue<Set<Annotation>>
| Modifier and Type | Field and Description |
|---|---|
static AnnotationMergeCache |
INSTANCE |
| Constructor and Description |
|---|
AnnotationMergeCache() |
| Modifier and Type | Method and Description |
|---|---|
protected Set<Annotation> |
computeValue(Class<?> type) |
get, removepublic static final AnnotationMergeCache INSTANCE
protected Set<Annotation> computeValue(Class<?> type)
computeValue in class ClassValue<Set<Annotation>>Copyright © 2016. All rights reserved.