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

org.spincast.plugins.session.config.SpincastSessionPluginScheduledTaskProvider Maven / Gradle / Ivy

There is a newer version: 2.2.0
Show newest version
package org.spincast.plugins.session.config;

import java.util.Set;

import org.spincast.plugins.scheduledtasks.SpincastScheduledTask;

import com.google.inject.Provider;

/**
 * Provider for the plugin's scheduled tasks.
 */
public interface SpincastSessionPluginScheduledTaskProvider extends Provider> {
    // nothing required
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy