I recently replaced the annotation processing neenbedanktlibrary with the google library Support-Annotationand changed all the methods aptin build.gradleto annotationProcessor, and everything works fine. My question is, what is the difference between them and when should we use each of them?
neenbedankt
Support-Annotation
apt
build.gradle
annotationProcessor
There is no difference. annotationProcessor- new gradle plugin feature.
Additional information from the creator android-apt here
android-apt
, annotationProcessor , android-apt, android-apt . annotationProcessor
Source: https://habr.com/ru/post/1657956/More articles:Python - Why do some test cases fail? - pythonjquery: why can i only get the first data attribute? - jqueryIs the SQL NOW () function dynamic or static when updating large tables from a single query? - sqlHas anyone been able to receive group calls that work with Kurento on iOS with IPv6-only networks, as Apple requires? - iosHow to configure go-swagger to generate specification from annotation - goAdd dynamic value to combobox in XML? - c #Javascript keydown function does not register two keys at once - javascriptIs there a way to change the location of the extensions folder for Visual Studio code? - settingsangular2 jasmine testing for the subscription method - unit-testingConnect to Vertica from Datagrip - sqlAll Articles