@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface OutputRequestParams
Mark on a controller action method that all request parameters to be output into template (i.e. add em into the render argument list or JSON fields)
Copyright © 2014–2017 ActFramework. All rights reserved.