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;
|
||||
|
||||
/**
|
||||
* @author Luca Frosini (ISTI - CNR)
|
||||
*/
|
||||
@Target({ElementType.METHOD})
|
||||
@Retention(RetentionPolicy.RUNTIME)
|
||||
@HttpMethod("PATCH")
|
||||
|
|
Loading…
Reference in New Issue