@Documented @Retention(value=RUNTIME) @Target(value=METHOD) public @interface NotRenderTemplateAfter
HttpTemplate
should not be rendered after the method
completes. This is to avoid the default behaviour of re-rendering the
HttpTemplate
.Copyright © 2005–2016. All rights reserved.