Annotation Type DatabaseChange


@Retention(RUNTIME) @Target(TYPE) @Inherited public @interface DatabaseChange
Annotation used by AbstractChange to declare ChangeMetaData information. This annotation should not be checked for outside AbstractChange, if any code is trying to determine the metadata provided by this annotation, it should get it from ChangeFactory.getChangeMetaData(Change)