2019-10-31 21:43:47 -04:00
|
|
|
## Code Generation
|
|
|
|
|
|
|
|
This module contains articles about automatic code generation
|
|
|
|
|
|
|
|
### Relevant Articles:
|
|
|
|
|
|
|
|
- [Introduction to AutoValue](https://www.baeldung.com/introduction-to-autovalue)
|
|
|
|
- [Introduction to AutoFactory](https://www.baeldung.com/autofactory)
|
|
|
|
- [Google AutoService](https://www.baeldung.com/google-autoservice)
|
2019-11-21 10:46:58 -05:00
|
|
|
- [Defensive Copies for Collections Using AutoValue](https://www.baeldung.com/autovalue-defensive-copies)
|
2023-09-12 09:51:39 -04:00
|
|
|
- [Java Annotation Processing and Creating a Builder](https://www.baeldung.com/java-annotation-processing-builder)
|
|
|
|
|