Skip to content

Commit

Permalink
feat(docs): Implementation에 사용할 annotation 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobhboy committed Apr 9, 2024
1 parent fba8ecd commit ddd1f27
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
package com.project.bumawiki.global.annotation;

import org.springframework.stereotype.Component;

@Component
public @interface Implementation {
}

0 comments on commit ddd1f27

Please sign in to comment.