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