Skip to content

Commit

Permalink
feat: 重命名
Browse files Browse the repository at this point in the history
  • Loading branch information
keepactive committed Oct 16, 2021
1 parent 68b1054 commit 911df26
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import java.lang.annotation.RetentionPolicy
AnnotationTarget.CLASS,
AnnotationTarget.TYPE,
)
annotation class V
annotation class ViewLayer

@Retention(RetentionPolicy.SOURCE)
@Target(
Expand All @@ -23,7 +23,7 @@ annotation class V
AnnotationTarget.CLASS,
AnnotationTarget.TYPE,
)
annotation class VM
annotation class ViewModelLayer

@Retention(RetentionPolicy.SOURCE)
@Target(
Expand All @@ -33,4 +33,4 @@ annotation class VM
AnnotationTarget.CLASS,
AnnotationTarget.TYPE,
)
annotation class M
annotation class ModelLayer

0 comments on commit 911df26

Please sign in to comment.