public interface AnnotationSource
| Modifier and Type | Method and Description |
|---|---|
java.lang.Iterable<Annotation> |
getAnnotations(java.lang.String selector)
Returns a iterable of annotations given input string (i.e.
|
java.lang.Iterable<Annotation> |
getAnnotations(java.lang.String selector,
int limit)
Returns a iterable of annotations given input string (i.e.
|
java.lang.Iterable<Annotation> getAnnotations(java.lang.String selector, int limit)
selector - - selector of what annotations to returnlimit - - limit on the number of annotations to return (0 or less for unlimited)java.lang.Iterable<Annotation> getAnnotations(java.lang.String selector)
selector - - selector of what annotations to return