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

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

标签: none

[网站公告]-[2024年兼职介绍]


添加新评论