Added authorship
This commit is contained in:
parent
f6601cac8e
commit
2790457fca
|
@ -7,6 +7,9 @@ import java.lang.annotation.Target;
|
||||||
|
|
||||||
import javax.ws.rs.HttpMethod;
|
import javax.ws.rs.HttpMethod;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @author Luca Frosini (ISTI - CNR)
|
||||||
|
*/
|
||||||
@Target({ElementType.METHOD})
|
@Target({ElementType.METHOD})
|
||||||
@Retention(RetentionPolicy.RUNTIME)
|
@Retention(RetentionPolicy.RUNTIME)
|
||||||
@HttpMethod("PATCH")
|
@HttpMethod("PATCH")
|
||||||
|
|
Loading…
Reference in New Issue