net.craftforge.essential.controller.annotations
Annotation Type Consumer
@Retention(value=RUNTIME)
@Target(value={METHOD,TYPE})
public @interface Consumer
Indicates the consumer to use for parameter initialization
of a resource class or resource method.
- Since:
- 26.02.2011
- Author:
- Christian Bick
|
Required Element Summary |
Class<?> |
value
The class path of the consumer class to use for parameter initialization. |
value
public abstract Class<?> value
- The class path of the consumer class to use for parameter initialization.
- Returns:
- The class path
Copyright © 2011. All Rights Reserved.