public class WhereAnnotationReader
extends java.lang.Object
Where
annotations from a class.Constructor and Description |
---|
WhereAnnotationReader(java.lang.Class<?>... sources)
Constructs for classes that may contain the annotation.
|
Modifier and Type | Method and Description |
---|---|
Where |
getAnnotation(java.lang.String name)
Gets annotation for a specific name.
|
public WhereAnnotationReader(java.lang.Class<?>... sources)
sources
- classes that contain Where
annotationspublic Where getAnnotation(java.lang.String name)
name
- look for annotation where name equals Where.name()