Annotation Interface IntegrationConverter


@Target({TYPE,METHOD}) @Retention(RUNTIME) @Documented public @interface IntegrationConverter
A marker annotation (an analogue of <int:converter/>) to register Converter, GenericConverter or ConverterFactory beans for the integrationConversionService.

This annotation can be used at the class level for Component beans and on methods with Bean.

Since:
4.0
Author:
Artem Bilan