Skip to content

Instantly share code, notes, and snippets.

@armed
Created January 16, 2011 14:21
Show Gist options
  • Save armed/781822 to your computer and use it in GitHub Desktop.
Save armed/781822 to your computer and use it in GitHub Desktop.
@With(Interceptor.class)
public class Application extends Controller {
public static void index() {
render();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment