阅读背景:

Spring 自定义注解(原来注解可以这么简单)

来源:互联网 

1.定义注解

@Target(ElementType.METHOD)
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface MyAnnotation {
    String value() default "myAnnotation";
}@Target(ElementType.METHOD)
@Reten



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: