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

play.mvc.PlayController Maven / Gradle / Ivy

There is a newer version: 2.6.2
Show newest version
package play.mvc;

/**
 * Marker interface for play controllers
 * 
 * This is the class that your controllers should implement when they need very few capabilities..
 * In most cases, you can extend {@link play.mvc.Controller} which provides a basic set of features for controllers.
 */
public interface PlayController {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy