|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=FIELD) public static @interface Model.Column
Optional Element Summary | |
---|---|
java.lang.Class<?> |
concreteClass
Specify the concrete class to instantiate. |
java.lang.String |
value
The name of the key to store the field in; Defaults to the field name. |
public abstract java.lang.String value
public abstract java.lang.Class<?> concreteClass
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |