|
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||||
@Inherited @Target(value=FIELD) @Retention(value=CLASS) public @interface TypeSpec
Hints the SwapEngine of TheObjectBase about
type of the annotated persistent field.
| Optional Element Summary | |
|---|---|
String |
defaultValue
Specify default swap value, this could only affect incrementally added persistent field's default value in the swap. |
int |
precision
Nagative value to auto determine, this will be ultimately interpreted by swap engines. |
int |
scale
Nagative value to auto determine, this will be ultimately interpreted by swap engines. |
String |
type
Specify particular type than default, this will be ultimately interpreted by swap engines. |
public abstract String type
public abstract int precision
public abstract int scale
public abstract String defaultValue
|
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||||