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 © 2021 JBoss by Red Hat. All rights reserved.