Package org.springframework.data.convert
Annotation Interface ReadingConverter
@Target(TYPE)
@Documented
@Reflective(PublicMethodReflectiveProcessor.class)
@Retention(RUNTIME)
public @interface ReadingConverter
Annotation to clarify intended usage of a
Converter
as reading converter in case the conversion types leave
room for disambiguation.- Author:
- Oliver Gierke