public class CachedAnnotationReader
extends java.lang.Object
Cached
annotation from a class.Constructor and Description |
---|
CachedAnnotationReader(java.lang.Class<?>... sources)
Constructs for classes that may contain the annotation.
|
Modifier and Type | Method and Description |
---|---|
Cached |
getAnnotation()
Gets annotation.
|
public CachedAnnotationReader(java.lang.Class<?>... sources)
sources
- classes that contain Cached
annotationpublic Cached getAnnotation()