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

io.micronaut.cli.profile.ResetableCommand.groovy Maven / Gradle / Ivy

There is a newer version: 2.0.0.M2
Show newest version
package io.micronaut.cli.profile;

interface ResetableCommand extends Command {

    /**
     * Resets the command state
     */
    void reset()
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy