背景 使用(Annotation Processing Tool)即注解处理器,无论怎么Build都不能自动生成所需要的文件 添加注解 Annotation为Java library Module,很简单 @Target(ElementType.FIELD) //作用于属性上 @Retenti