From ddd1f27bfe22dad379b338920832f3729d57328b Mon Sep 17 00:00:00 2001 From: bo Date: Tue, 9 Apr 2024 19:30:11 +0900 Subject: [PATCH] =?UTF-8?q?feat(docs):=20Implementation=EC=97=90=20?= =?UTF-8?q?=EC=82=AC=EC=9A=A9=ED=95=A0=20annotation=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../project/bumawiki/global/annotation/Implementation.java | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/main/java/com/project/bumawiki/global/annotation/Implementation.java diff --git a/src/main/java/com/project/bumawiki/global/annotation/Implementation.java b/src/main/java/com/project/bumawiki/global/annotation/Implementation.java new file mode 100644 index 00000000..63925934 --- /dev/null +++ b/src/main/java/com/project/bumawiki/global/annotation/Implementation.java @@ -0,0 +1,7 @@ +package com.project.bumawiki.global.annotation; + +import org.springframework.stereotype.Component; + +@Component +public @interface Implementation { +}