List of usage examples for java.lang Module interface-usage
From source file applica.framework.modules.LicenseModule.java
/** * Created by bimbobruno on 13/10/15. */ @applica.framework.annotations.Module("license") public class LicenseModule implements Module {
From source file org.web4thejob.module.Joblet.java
/**
* <p>The contract interface for all joblet modules.</p>
*
* @author Veniamin Isaias
* @since 3.4.0
*/
From source file uk.ac.ox.oucs.vle.SearchDataImpl.java
public class SearchDataImpl implements Module { /** * The DAO to update our entries through. */ private CourseDAO dao;
From source file org.vbossica.springbox.cliapp.AbstractSpringModule.java
/** * Base class for Spring specific modules. Loads the {@link ApplicationContext} from the classpath. * * @author vladimir */ public abstract class AbstractSpringModule implements Module {
From source file org.web4thejob.module.AbstractModule.java
/** * @author Veniamin Isaias * @since 2.0.0 */ public abstract class AbstractModule implements Module {
From source file cz.muni.fi.lessappcache.parser.modules.ImportModule.java
/** * Handles import of other lesscache manifest files. If file is not found, throws {@link ModuleException} * * @author Petr Kunc */ public class ImportModule extends AbstractModule implements Module {
From source file cz.muni.fi.lessappcache.parser.modules.FilterModule.java
/**
* Loads given filter defined by {@literal @}filter and processes its parameters. If {@link FilterException} or {@link FilterExecutionException}
* is thrown, rethrows {@link ModuleException}.
*
* @author Petr Kunc
*/
From source file org.wandora.modules.AbstractModule.java
/**
* A basic implementation of the Module interface. Implements all the methods
* but doesn't do anything useful on its own. The base implementation holds the
* initialisation and running states and does the bare minimum in the init,
* getDependencies, start and stop methods. Typically you will want to override
* at least some of them to add your own logic but still call the base
From source file net.paoding.rose.web.impl.module.ModuleImpl.java
/** * {@link Module} * * @author [qieqie.wang@gmail.com] */ public class ModuleImpl implements Module {
From source file com.sinosoft.one.mvc.web.impl.module.ModuleImpl.java
/** * {@link Module} * * */ public class ModuleImpl implements Module {