Annotation Type StreamMessageConverter
@Target({FIELD,METHOD,PARAMETER})
@Retention(RUNTIME)
@Documented
@Qualifier
@Bean
@Deprecated
public @interface StreamMessageConverter
Deprecated.
as of 3.0 and is not used by the framework anymore.
Marker to tag
MessageConverter beans
that will be added to the
CompositeMessageConverterFactory.- Author:
- Vinicius Carvalho, Arten Bilan