@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface MigrationType
MigrationType declares if a CodeUpgradeTask may run delayed or must be immediately and synchronously
executed during upgrade startup. CodeUpgradeTasks annotated with this annotation are by default running delayed
mandating application logic to work with the old content structure until a delayed migration is triggered.| Modifier and Type | Optional Element and Description |
|---|---|
CodeUpgradeTask.MigrationType |
type |
public abstract CodeUpgradeTask.MigrationType type
"Copyright © 2010 - 2018 Adobe Systems Incorporated. All Rights Reserved"