Fixed description
This commit is contained in:
parent
8cea94d297
commit
0cce2b156c
|
@ -16,7 +16,7 @@ import org.gcube.informationsystem.utils.Version;
|
|||
@JsonDeserialize(as=TemplateVariableImpl.class)
|
||||
@TypeMetadata(name = TemplateVariable.NAME, description = "This is the class used to define the a TemplateVariable", version = TemplateVariable.VERSION)
|
||||
@Changelog ({
|
||||
@Change(version = TemplateVariable.VERSION, description = "The type comply with @link{Attribute} which add 'defaultValue'"),
|
||||
@Change(version = TemplateVariable.VERSION, description = "The type comply with {@link Attribute} which add 'defaultValue'"),
|
||||
@Change(version = Version.MINIMAL_VERSION_STRING, description = Version.MINIMAL_VERSION_DESCRIPTION)
|
||||
})
|
||||
public interface TemplateVariable extends PropertyElement, Attribute {
|
||||
|
|
|
@ -20,7 +20,7 @@ import org.gcube.informationsystem.utils.Version;
|
|||
@JsonDeserialize(as = PropertyDefinitionImpl.class)
|
||||
@TypeMetadata(name = PropertyDefinition.NAME, description = "This type provides information for the definition of any properties", version = PropertyDefinition.VERSION)
|
||||
@Changelog ({
|
||||
@Change(version = PropertyDefinition.VERSION, description = "The type comply with @link{AttributeDefinition} which add 'defaultValue'"),
|
||||
@Change(version = PropertyDefinition.VERSION, description = "The type comply with {@link AttributeDefinition} which add 'defaultValue'"),
|
||||
@Change(version = Version.MINIMAL_VERSION_STRING, description = Version.MINIMAL_VERSION_DESCRIPTION)
|
||||
})
|
||||
@Final
|
||||
|
|
Loading…
Reference in New Issue