@Documented@Retention(RetentionPolicy.RUNTIME)@Target(ElementType.METHOD)public @interface Insert...~
@Documented@Inherited@Retention(RUNTIME)@Target({ TYPE, METHOD, FIELD, PARAMETER })public @interf...~
本文更新日期:2019年10月5日1、@CacheNamespace的源码分析@CacheNamespace注解主要用于mybatis二级缓存,等同于<cache>属性。默认情况下,...~
本文更新日期:2019年10月9日1、CacheNamespaceRef 源码Java里面没有指针,但是Java里面有引用,CacheNamespaceRef就是一个引用。它是谁的引用呢?请看源...~
AutomapConstructor类,有点意思,看其注释:The marker annotation that indicate a constructor for automatic map...~
关注微信公众号获取更多VSCode编程信息,定时发布干货文章