Interface AnnotationTypesProvider
-
@Contract public interface AnnotationTypesProviderDefines a pluggability facility to retrieve annotation types from various containers.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Class<? extends Annotation>[]getAnnotationTypes()ClassgetType(String typename)
-
-
-
Method Detail
-
getAnnotationTypes
Class<? extends Annotation>[] getAnnotationTypes()
-
getType
Class getType(String typename) throws ClassNotFoundException
- Throws:
ClassNotFoundException
-
-