Fixed javadoc

This commit is contained in:
Luca Frosini 2024-11-13 16:22:14 +01:00
parent f7cc2cd23e
commit 37a6878606
1 changed files with 2 additions and 4 deletions

View File

@ -5,11 +5,9 @@ import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
import org.gcube.informationsystem.base.reference.Element;
/**
* It indicates that the {@link Element} is final and cannot be extended/derived.
* This is needed because the type definition is made with interface.
* It is used in place of @JsonDeserialize
* to allow to override the implementation class
* @author Luca Frosini (ISTI - CNR)
*/
@Target(ElementType.TYPE)