annotation-processor
Here are 287 public repositories matching this topic...
-
Updated
Mar 31, 2020 - Java
-
Updated
Apr 1, 2020 - Java
I can't find the documentation in this repo.
In this page https://immutables.github.io/apt.html#intellij-idea, after the configuration description, a note should be added stating that the generated folders ("generated-sources/annotations" and "generated-test-sources/test-annotations") should then be marked as "Generated Sources Root".
Can't specify a name for the Spring Service annotation
If the interface definition something like
@Mapper(componentModel = "spring", componentModelName = "cakeMapperV2")
public interface CakeMapper{
Cake map(Cupcake cupcake);
}
@Service("cakeMapperV2")
public class CakeMapperImpl {
}
In navigation drawer when user click on any specific menu then that menu should be shown selected
How do we do this by using your library...??please help me to figure out this solution.
-
Updated
Sep 24, 2017 - Java
There are some classes we should rename to fit the 3.0 architecture and conventions.
Also, we should have sufficient java doc comments for the methods and follow common guidelines throughout the code.
Some of the findings that will help achieve above goal. It would also be good to read through the other parts of the code and have it updated.
InjectionTarget:
- InjectionTarget can be rename
-
Updated
Feb 1, 2017 - Java
-
Updated
Sep 29, 2019 - Java
-
Updated
Apr 28, 2020 - Kotlin
-
Updated
Nov 24, 2019 - Java
-
Updated
Feb 6, 2020 - Java
-
Updated
Nov 25, 2018 - Java
Would it be possible to gain the ability to copy any javadoc associated with the property to the builder methods?
-
Updated
Mar 11, 2020 - Java
-
Updated
Oct 6, 2019 - Java
-
Updated
Dec 6, 2018 - Groovy
-
Updated
Feb 24, 2020 - Kotlin
-
Updated
Apr 1, 2020 - Java
-
Updated
May 14, 2020 - Java
-
Updated
May 12, 2020 - Kotlin
Android Gradle plugin 3.6-alpha07 and higher includes support for the Maven Publish Gradle plugin by creating a component for each build variant artifact that you use to customize a publication to a Maven repository.
-
Updated
Aug 8, 2019
-
Updated
Jul 19, 2019 - Kotlin
-
Updated
Jun 1, 2018 - Java
-
Updated
Apr 26, 2020 - Kotlin
-
Updated
May 1, 2020 - Java
-
Updated
Nov 9, 2019 - Kotlin
Improve this page
Add a description, image, and links to the annotation-processor topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the annotation-processor topic, visit your repo's landing page and select "manage topics."

When we not set an ID using
@ViewByIdthen AA try to find view id by field name. For now AA support two id's -camelCaseandsnake_case.Unfortunatelly I prefer to use an Android Code Style Guidelines for Contributors and their field naming conventions, specially this: