Added change in PropagationConstraint type
This commit is contained in:
parent
fecf5e94e3
commit
26b4ec420c
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue