Fixed authorship
This commit is contained in:
parent
e1436a1b16
commit
d2ab04cfe6
|
@ -16,6 +16,7 @@ import org.gcube.resourcemanagement.model.reference.properties.utilities.Validat
|
||||||
* A string property validated against a set of accepted values.
|
* A string property validated against a set of accepted values.
|
||||||
*
|
*
|
||||||
* @author Manuele Simi (ISTI - CNR)
|
* @author Manuele Simi (ISTI - CNR)
|
||||||
|
* @author Luca Frosini (ISTI - CNR)
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
@JsonDeserialize(as=EnumStringPropertyImpl.class)
|
@JsonDeserialize(as=EnumStringPropertyImpl.class)
|
||||||
|
|
|
@ -17,13 +17,14 @@ import org.gcube.resourcemanagement.model.reference.properties.utilities.Validat
|
||||||
/**
|
/**
|
||||||
* A property validated with a regular expression.
|
* 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)
|
@JsonDeserialize(as=RegexPropertyImpl.class)
|
||||||
@TypeMetadata(
|
@TypeMetadata(
|
||||||
name = RegexProperty.NAME,
|
name = RegexProperty.NAME,
|
||||||
description = "A property validated by a regex",
|
description = "A property validated with a regular expression.",
|
||||||
version = TypeVersion.MINIMAL_VERSION_STRING
|
version = TypeVersion.MINIMAL_VERSION_STRING
|
||||||
)
|
)
|
||||||
@Change(version = TypeVersion.MINIMAL_VERSION_STRING, description = TypeVersion.MINIMAL_VERSION_DESCRIPTION)
|
@Change(version = TypeVersion.MINIMAL_VERSION_STRING, description = TypeVersion.MINIMAL_VERSION_DESCRIPTION)
|
||||||
|
|
|
@ -13,7 +13,6 @@ import org.gcube.resourcemanagement.model.reference.properties.utilities.Validat
|
||||||
import org.gcube.resourcemanagement.model.reference.properties.utilities.Validation;
|
import org.gcube.resourcemanagement.model.reference.properties.utilities.Validation;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A property with an {@link URI} as value
|
|
||||||
* @author Luca Frosini (ISTI - CNR)
|
* @author Luca Frosini (ISTI - CNR)
|
||||||
*/
|
*/
|
||||||
@JsonDeserialize(as=ValueSchemaImpl.class)
|
@JsonDeserialize(as=ValueSchemaImpl.class)
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/**
|
/**
|
||||||
* Common properties used across the gcube model.
|
* Common properties used across the gcube model.
|
||||||
*
|
*
|
||||||
* @author Manuele Simi (ISTI CNR)
|
* @author Manuele Simi (ISTI - CNR)
|
||||||
* @author Luca Frosini (ISTI - CNR)
|
* @author Luca Frosini (ISTI - CNR)
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue