Annotation Type Html


@Target(TYPE) @Retention(RUNTIME) public @interface Html
Mark a controller as producing HTML by default and using "Templating" meaning that response objects are expected to a "Model View" passed to the "Templating" library.