cn.dreampie.route.interceptor.annotation
注释类型 Interceptors


@Retention(value=RUNTIME)
@Target(value={METHOD,TYPE})
public @interface Interceptors

Annotation used to mark a resource method that responds to HTTP PUT requests.


必需元素摘要
 Class<? extends Interceptor>[] value
           
 

元素详细信息

value

public abstract Class<? extends Interceptor>[] value


Copyright © 2015. All rights reserved.