@Retention(value=CLASS) @Target(value=TYPE) public @interface UpgradeStepInfo
upgradesteps.properties.public abstract String[] dependsOn
Returns the names of other steps that needs to run before executing the currently annotated step.
Copyright © 2010–2020 Open Identity Platform Community. All rights reserved.