net.hasor.web.restful
注释类型 Any


@Target(value=METHOD)
@Retention(value=RUNTIME)
@HttpMethod(value="ANY")
public @interface Any

Indicates that the annotated method responds to HTTP OPTIONS requests

版本:
: 2013-3-26
作者:
赵永春 (zyc@hasor.net)
另请参见:
HttpMethod



Copyright © 2013. All Rights Reserved.