blob: 80ae087c133fd1ee1c136105fe4e9d6ddcd4dcd3 [file] [log] [blame]
package de.ids_mannheim.korap.web;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
import jakarta.ws.rs.HttpMethod;
/**
* @author hanl
* @date 03/07/2014
*/
@Target({ ElementType.METHOD })
@Retention(RetentionPolicy.RUNTIME)
@HttpMethod("TRACE")
public @interface TRACE {}