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

ru.taskurotta.recipes.nowait.decider.NoWaitDecider Maven / Gradle / Ivy

The newest version!
package ru.taskurotta.recipes.nowait.decider;

import ru.taskurotta.annotation.Decider;
import ru.taskurotta.annotation.Execute;

/**
 * Created by void 27.03.13 14:20
 */
@Decider
public interface NoWaitDecider {

    @Execute
    public void start();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy