diff --git a/_posts/2024-07-14-kotlin-annotation-reflection-1.md b/_posts/2024-07-14-kotlin-annotation-reflection-1.md index dca118d..178e3eb 100644 --- a/_posts/2024-07-14-kotlin-annotation-reflection-1.md +++ b/_posts/2024-07-14-kotlin-annotation-reflection-1.md @@ -618,10 +618,8 @@ class DateSerializerTest { # 참고 사이트 & 함께 보면 좋은 사이트 -*본 포스트는 브루스 에켈, 스베트라아 이사코바 저자의 **아토믹 코틀린** 과 드리트리 제메로프, 스베트라나 이사코바 저자의 **Kotlin In Action** 을 기반으로 스터디하며 정리한 내용들입니다.* +*본 포스트는 드리트리 제메로프, 스베트라나 이사코바 저자의 **Kotlin In Action** 을 기반으로 스터디하며 정리한 내용들입니다.* -* [아토믹 코틀린](https://www.yes24.com/Product/Goods/117817486) -* [아토믹 코틀린 예제 코드](https://github.com/gilbutITbook/080301) * [Kotlin In Action](https://www.yes24.com/Product/Goods/55148593) * [Kotlin In Action 예제 코드](https://github.com/AcornPublishing/kotlin-in-action) * [jkid 예제 코드](https://github.com/yole/jkid)