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