java 注解的使用

@Target({ElementType.METHOD})
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface WithoutLogin {
}

 

 

posted @ 2017-04-12 14:32  那家那人那小伙  阅读(143)  评论(0)    收藏  举报