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

ru.taskurotta.recipes.custom.workers.CustomWorker Maven / Gradle / Ivy

The newest version!
package ru.taskurotta.recipes.custom.workers;

import ru.taskurotta.annotation.Worker;

/**
 * User: stukushin
 * Date: 15.04.13
 * Time: 19:07
 */

@Worker
public interface CustomWorker {
    public int sum(int a, int b);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy