java 注解的使用

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

 

 

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