From 42d2f4e3ab84f495d20649f1e26c7ced87031666 Mon Sep 17 00:00:00 2001 From: zangsu Date: Sun, 15 Sep 2024 00:08:32 +0900 Subject: [PATCH 1/2] =?UTF-8?q?docs:=20=EC=98=A4=ED=83=80=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- study/src/test/java/reflection/ReflectionsTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/study/src/test/java/reflection/ReflectionsTest.java b/study/src/test/java/reflection/ReflectionsTest.java index 5040c2ffa2..64c5a395c5 100644 --- a/study/src/test/java/reflection/ReflectionsTest.java +++ b/study/src/test/java/reflection/ReflectionsTest.java @@ -13,6 +13,6 @@ class ReflectionsTest { void showAnnotationClass() throws Exception { Reflections reflections = new Reflections("reflection.examples"); - // TODO 클래스 레벨에 @Controller, @Service, @Repository 애노테이션이 설정되어 모든 클래스 찾아 로그로 출력한다. + // TODO 클래스 레벨에 @Controller, @Service, @Repository 애노테이션이 설정된 모든 클래스 찾아 로그로 출력한다. } } From 418f46e1dd3ee45dff415ed9c30e947a2afdd7a1 Mon Sep 17 00:00:00 2001 From: zangsu Date: Sun, 15 Sep 2024 00:09:32 +0900 Subject: [PATCH 2/2] =?UTF-8?q?docs:=20=EC=98=A4=ED=83=80=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- study/src/test/java/reflection/ReflectionsTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/study/src/test/java/reflection/ReflectionsTest.java b/study/src/test/java/reflection/ReflectionsTest.java index 64c5a395c5..ce8b20416d 100644 --- a/study/src/test/java/reflection/ReflectionsTest.java +++ b/study/src/test/java/reflection/ReflectionsTest.java @@ -13,6 +13,6 @@ class ReflectionsTest { void showAnnotationClass() throws Exception { Reflections reflections = new Reflections("reflection.examples"); - // TODO 클래스 레벨에 @Controller, @Service, @Repository 애노테이션이 설정된 모든 클래스 찾아 로그로 출력한다. + // TODO 클래스 레벨에 @Controller, @Service, @Repository 애노테이션이 설정된 모든 클래스를 찾아 로그로 출력한다. } }