@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface VersionRangeFilter
VersionRangeFilter defines the VersionRange for which a CodeUpgradeTask needs to be run.
VersionRangeTaskIgnorelist as will compare this range against the bundlelist of the source
instance to evaluate the need to run the CodeUpgradeTask.
If the version of the linked bundle is outside of the defined range the CodeUpgradeTask.
will be skipped. The VersionRange String needs to follow the syntax defined by VersionRange| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String |
bundleSymbolicName |
java.lang.String |
versionRange |
"Copyright © 2010 - 2018 Adobe Systems Incorporated. All Rights Reserved"