文件名称:gradle-project-apt-example:多模块gradle注释处理器项目
文件大小:59KB
文件格式:ZIP
更新时间:2024-05-30 06:33:11
Java
gradle-project-apt-example的例子 使用 Gradle包装器(2.6) gradle模块布局-使用单个build.gradle文件 创建一些伪类的示例注释处理器。 /annotations -- just annotation class for processor to use /application -- annotated classes used for generation /processor -- annotation processor executed by compile task in application
【文件预览】:
gradle-project-apt-example-master
----processor()
--------src()
----gradlew.bat(2KB)
----gradlew(5KB)
----gradle.properties(146B)
----annotations()
--------src()
----gradle()
--------wrapper()
----application()
--------src()
----.gitignore(1KB)
----README.md(481B)
----settings.gradle(53B)
----build.gradle(2KB)