@Target({ElementType.METHOD})
@Retention(RetentionPolicy.RUNTIME)
@HttpMethod("FOOBAR")
public @interface FOOBAR { 
}