Added annotation to the JavaDoc
This commit is contained in:
parent
a5fac85d9a
commit
d0c664fc92
|
@ -1,5 +1,6 @@
|
|||
package org.gcube.informationsystem.types.annotations;
|
||||
|
||||
import java.lang.annotation.Documented;
|
||||
import java.lang.annotation.ElementType;
|
||||
import java.lang.annotation.Retention;
|
||||
import java.lang.annotation.RetentionPolicy;
|
||||
|
@ -8,6 +9,7 @@ import java.lang.annotation.Target;
|
|||
/**
|
||||
* @author Luca Frosini (ISTI - CNR)
|
||||
*/
|
||||
@Documented
|
||||
@Target(ElementType.TYPE)
|
||||
@Retention(RetentionPolicy.RUNTIME)
|
||||
public @interface ResourceSchema {
|
||||
|
|
Loading…
Reference in New Issue