Annotation Type DatabaseChangeProperty


@Retention(RUNTIME) @Target(METHOD) @Repeatable(DatabaseChangeProperties.class) public @interface DatabaseChangeProperty
Annotation used by AbstractChange to declare ChangeParameterMetaData information. The annotation should be placed on the read method. 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)