net.craftforge.essential.controller.annotations
Annotation Type Param


@Retention(value=RUNTIME)
@Target(value={FIELD,PARAMETER,METHOD})
public @interface Param

Indicates that the annotated property or method parameter should be initialized from a request parameter.

Since:
19.01.2011
Author:
Christian Bick

Optional Element Summary
 String value
          The request parameter name (optional).
 

value

public abstract String value
The request parameter name (optional).

Returns:
The parameter's name
Default:
""


Copyright © 2011. All Rights Reserved.