@Retention(value=RUNTIME)
@Target(value={METHOD,TYPE})
public @interface NoImplicitTemplateVariable
If this annotation is presented on an action method and the action method will render a template, the template will by pass implicity template arguments setting.
If this annotation is presented on a class, then all action methods declared in the class will by pass template arguments setting if it render a template
Copyright © 2014–2017 ActFramework. All rights reserved.