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 StringnewFieldClass<? extends IImportConversionStrategy>strategy 
 - 
 
- 
- 
- 
strategy
Class<? extends IImportConversionStrategy> strategy
- Returns:
 Classof the converter strategy which defines how the deprecated value should be converted to the new value
- Default:
 - de.xima.fc.interfaces.strategy.IImportConversionStrategy.class
 
 
 - 
 
 -