
public interface AnnotationRepository
| Modifier and Type | Method and Description |
|---|---|
Collection<Annotation> |
getAnnotation(Class<?> class1)
Return a collection of annotation of given type.
|
Collection<Annotation> getAnnotation(Class<?> class1)
class1 - the type of annotation looking for.Copyright © 2014 IronJacamar (http://www.ironjacamar.org)