Package com.helger.commons.annotation
Annotation Type ContainsSoftMigration
-
@Retention(CLASS) @Target({TYPE,METHOD,CONSTRUCTOR,ANNOTATION_TYPE}) @Documented public @interface ContainsSoftMigration
This is a source-only indicator for objects that contain soft migration. A soft migration is something that migrates data on the fly and is usually required only for one update.- Author:
- Philip Helger
-
-
Element Detail
-
value
String value
- Default:
- ""
-
-