@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)
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
value
Optionally specify the output(template render argument) name.
|
Copyright © 2014–2017 ActFramework. All rights reserved.