All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.bidib.wizard.api.script.InitializingCommand Maven / Gradle / Ivy

There is a newer version: 2.0.29
Show newest version
package org.bidib.wizard.api.script;

public interface InitializingCommand {
    /**
     * initialize the command after the properties are set.
     */
    void afterPropertiesSet();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy