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

br.com.caelum.vraptor.quartzjob.Linker Maven / Gradle / Ivy

There is a newer version: 4.0.8
Show newest version
package br.com.caelum.vraptor.quartzjob;

public interface Linker {

	 T linkTo(T controller);

	 T linkTo(Class controllerType);

	String get();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy