@Retention(value=RUNTIME) @Target(value={FIELD,PARAMETER}) public @interface Output
Mark a controller field or action method parameter to be output into template (i.e. add em into the render argument list or JSON fields)
String
value
public abstract String value
Optionally specify the output(template render argument) name. If not specified, then it will use the field/parameter name instead
Copyright © 2014–2018 ActFramework. All rights reserved.