Annotation Interface ClearTemplate


@Target({TYPE,METHOD}) @Retention(RUNTIME) @Documented @Inherited public @interface ClearTemplate
Ensures that no template is applied to the view rendering. This is the same as @ResponseBody but can be used to still return a different view.