Is the plugin enabled?
Called when the application starts.
Called when the application stops.
A Play plugin.
A plugin must define a single argument constructor that accepts an play.api.Application. For example:
The plugin class must be declared in a play.plugins file available in the classpath root:
1000:myapp.MyPluginThe associated int defines the plugin priority.