@Deprecated
@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface ChangeLog
ChangeUnit| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
failFast
Deprecated.
If true, will make the entire migration to break if the changeLog produce an exception or the validation doesn't
success.
|
java.lang.String |
order
Deprecated.
Sequence that provide an order for changelog classes.
|