Package de.xima.fc.annotations
Annotation Type ImportValueConverter
-
@Target({TYPE,FIELD}) @Retention(RUNTIME) public @interface ImportValueConverter
Annotation for translating deprecated entities and entity fields to current fields- Author:
- XIMA MEDIA GmbH
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description String
newField
Class<? extends IImportConversionStrategy>
strategy
-
-
-
-
strategy
Class<? extends IImportConversionStrategy> strategy
- Returns:
Class
of the converter strategy which defines how the deprecated value should be converted to the new value
- Default:
- de.xima.fc.interfaces.strategy.IImportConversionStrategy.class
-
-