Fixed authorship

This commit is contained in:
Luca Frosini 2020-12-15 18:51:20 +01:00
parent e1436a1b16
commit d2ab04cfe6
4 changed files with 5 additions and 4 deletions

View File

@ -16,6 +16,7 @@ import org.gcube.resourcemanagement.model.reference.properties.utilities.Validat
* A string property validated against a set of accepted values.
*
* @author Manuele Simi (ISTI - CNR)
* @author Luca Frosini (ISTI - CNR)
*
*/
@JsonDeserialize(as=EnumStringPropertyImpl.class)

View File

@ -17,13 +17,14 @@ import org.gcube.resourcemanagement.model.reference.properties.utilities.Validat
/**
* A property validated with a regular expression.
*
* @author Manuele Simi (ISTI CNR)
* @author Manuele Simi (ISTI - CNR)
* @author Luca Frosini (ISTI - CNR)
*
*/
@JsonDeserialize(as=RegexPropertyImpl.class)
@TypeMetadata(
name = RegexProperty.NAME,
description = "A property validated by a regex",
description = "A property validated with a regular expression.",
version = TypeVersion.MINIMAL_VERSION_STRING
)
@Change(version = TypeVersion.MINIMAL_VERSION_STRING, description = TypeVersion.MINIMAL_VERSION_DESCRIPTION)

View File

@ -13,7 +13,6 @@ import org.gcube.resourcemanagement.model.reference.properties.utilities.Validat
import org.gcube.resourcemanagement.model.reference.properties.utilities.Validation;
/**
* A property with an {@link URI} as value
* @author Luca Frosini (ISTI - CNR)
*/
@JsonDeserialize(as=ValueSchemaImpl.class)

View File

@ -1,7 +1,7 @@
/**
* Common properties used across the gcube model.
*
* @author Manuele Simi (ISTI CNR)
* @author Manuele Simi (ISTI - CNR)
* @author Luca Frosini (ISTI - CNR)
*
*/