Interface SpringArguments
- All Known Implementing Classes:
SpringMvcArguments
public interface SpringArguments
Provides Spring argument annotation types.
-
Method Summary
Modifier and TypeMethodDescriptionClass<?>[]getArgumentAnnotationTypes(SourceContext context) Listing of annotation types for Spring arguments.Class<?>[]getArgumentTypes(SourceContext context) Listing of types for Spring arguments.
-
Method Details
-
getArgumentAnnotationTypes
Listing of annotation types for Spring arguments.- Parameters:
context-SourceContext.- Returns:
- Annotation types for Spring arguments.
-
getArgumentTypes
Listing of types for Spring arguments.- Parameters:
context-SourceContext.- Returns:
- Types for Spring arguments.
-