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

br.com.caelum.vraptor.tasks.NullTask Maven / Gradle / Ivy

package br.com.caelum.vraptor.tasks;

import br.com.caelum.vraptor.ioc.ApplicationScoped;
import br.com.caelum.vraptor.ioc.Component;

@Component
@ApplicationScoped
public class NullTask implements Task {

	public void execute() {}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy