[ 原始碼: gradle-apt-plugin ]
套件:gradle-apt-plugin(0.10-1.1)
gradle-apt-plugin 的相關連結
Debian 的資源:
下載原始碼套件 gradle-apt-plugin:
- [gradle-apt-plugin_0.10-1.1.dsc]
- [gradle-apt-plugin_0.10.orig.tar.gz]
- [gradle-apt-plugin_0.10-1.1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
Gradle plugin to use Java annotation processors
This plugin does a few things to make it easier/safer to use Java annotation processors in a Gradle build:
* it ensures the presence of configurations for your compile-time only dependencies (annotations, generally) and annotation processors, consistently across all supported Gradle versions; * automatically configures the corresponding JavaCompile and GroovyCompile tasks to make use of these configurations, when the java or groovy plugin is applied; * automatically configures IntelliJ IDEA and/or Eclipse when the net.ltgt.apt-idea or net.ltgt.apt-eclipse plugins are applied.