2、AutomapConstructor类

431人浏览 / 0人评论

AutomapConstructor类,有点意思,
看其注释:The marker annotation that indicate a constructor for automatic mapping.
这就是一个起到注释作用的类,注释的作用大不大,说大也大,没有注释,代码会让人抓狂。
这个类没有什么可解释的,贴源码:

@Documented
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.CONSTRUCTOR})
public @interface AutomapConstructor {
}

全部评论

晴天下起了小雨
2017-10-01 18:00
很喜欢,果断关注了
wjmyly7336064
2017-10-01 18:00
相当实用,赞美了
橘大佬
2017-10-01 18:00
就是有些细节再到位点就好了…