博學(xué)谷13小時撕碎Mybatis源碼,吊打面試官
?源碼
@Target({ElementType.TYPE})@Retention(RetentionPolicy.RUNTIME)@Documented@Componentpublic @interface Repository {
? ?@AliasFor(
? ? ? ?annotation = Component.class
? ?)
? ?String value() default "";}
標(biāo)簽:
@Target({ElementType.TYPE})@Retention(RetentionPolicy.RUNTIME)@Documented@Componentpublic @interface Repository {
? ?@AliasFor(
? ? ? ?annotation = Component.class
? ?)
? ?String value() default "";}