Skip to content

Commit

Permalink
add: (#10) ReadOnlyUseCase
Browse files Browse the repository at this point in the history
  • Loading branch information
softpeanut committed Aug 27, 2022
1 parent ba2f614 commit b5aaf26
Showing 1 changed file with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
package team.comit.simtong.global.annotation

/**
*
* 조회 기능을 담당하는 사용자 UseCase를 나타내는 어노테이션
*
* @author kimbeomjin
* @date 2022/08/27
* @version 1.0.0
**/
@Retention(AnnotationRetention.RUNTIME)
@Target(AnnotationTarget.CLASS)
annotation class ReadOnlyUseCase()

0 comments on commit b5aaf26

Please sign in to comment.