org.salespointframework.core.data.database
Annotation Type RecoveryConstructor


@Retention(value=RUNTIME)
@Target(value=CONSTRUCTOR)
public @interface RecoveryConstructor

This marks the constructor as the one, used for recovery.

Since:
4.0
Author:
Thomas Kissinger

Optional Element Summary
 java.lang.String[] parameters
          name of property fields that needs to be passed to constructor in the given order.
 

parameters

public abstract java.lang.String[] parameters
name of property fields that needs to be passed to constructor in the given order.

Returns:
Default:
{}