From 6f5fb102dc17eeb70f1080f16f95e1b0e688bc11 Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Thu, 21 Nov 2019 23:46:58 +0800 Subject: [PATCH] Update README.md --- code-generation/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/code-generation/README.md b/code-generation/README.md index 289a336f99..d45a113a8f 100644 --- a/code-generation/README.md +++ b/code-generation/README.md @@ -7,3 +7,4 @@ This module contains articles about automatic code generation - [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) +- [Defensive Copies for Collections Using AutoValue](https://www.baeldung.com/autovalue-defensive-copies)