|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=CONSTRUCTOR) public @interface RecoveryConstructor
This marks the constructor as the one, used for recovery.
Optional Element Summary | |
---|---|
java.lang.String[] |
parameters
name of property fields that needs to be passed to constructor in the given order. |
public abstract java.lang.String[] parameters
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |