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


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

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

Since:
24.08.11
Author:
Christian Bick



Copyright © 2011. All Rights Reserved.