net.craftforge.essential.controller.annotations
Annotation Type Property
@Retention(value=RUNTIME)
@Target(value={FIELD,PARAMETER,METHOD})
public @interface Property
Indicates that the annotated property or method parameter should be initialized from a
configuration property.
- Since:
- 19.01.2011
- Author:
- Christian Bick
|
Required Element Summary |
String |
value
The configuration property's name. |
value
public abstract String value
- The configuration property's name.
- Returns:
- The property's name
Copyright © 2011. All Rights Reserved.