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


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

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

Since:
24.08.11
Author:
Christian Bick

Required Element Summary
 String value
          The request header name.
 

Element Detail

value

public abstract String value
The request header name.

Returns:
The header's name


Copyright © 2011. All Rights Reserved.