Added change in PropagationConstraint type

This commit is contained in:
Luca Frosini 2023-02-10 16:31:22 +01:00
parent fecf5e94e3
commit 26b4ec420c
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ import org.gcube.informationsystem.utils.Version;
*/ */
@JsonDeserialize(as=PropagationConstraintImpl.class) @JsonDeserialize(as=PropagationConstraintImpl.class)
@TypeMetadata(name = PropagationConstraint.NAME, description = "This type provides propagation constraint for Relation", version = Version.MINIMAL_VERSION_STRING) @TypeMetadata(name = PropagationConstraint.NAME, description = "This type provides propagation constraint for Relation", version = Version.MINIMAL_VERSION_STRING)
@Change(version = "1.1.0", description = "Added 'delete' propagation constraint")
@Change(version = Version.MINIMAL_VERSION_STRING, description = Version.MINIMAL_VERSION_DESCRIPTION) @Change(version = Version.MINIMAL_VERSION_STRING, description = Version.MINIMAL_VERSION_DESCRIPTION)
@Final @Final
public interface PropagationConstraint extends Property { public interface PropagationConstraint extends Property {