Added authorship

This commit is contained in:
Luca Frosini 2024-11-06 15:03:03 +01:00
parent f6601cac8e
commit 2790457fca
1 changed files with 3 additions and 0 deletions

View File

@ -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")