Fixed javadoc
This commit is contained in:
parent
f7cc2cd23e
commit
37a6878606
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue