Skip to content

Commit

Permalink
Merge pull request #382 from 6QuizOnTheBlock/be/feat/#166-fix
Browse files Browse the repository at this point in the history
chore: Log Include μ–΄λ…Έν…Œμ΄μ…˜ 주석 μˆ˜μ •
  • Loading branch information
dalcheonroadhead authored May 21, 2024
2 parents 6f1f2ec + fba37fd commit a13f758
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
@Target({ElementType.METHOD}) // νƒ€κ²Ÿ λ‹¨μœ„ -> λ©”μ†Œλ“œ λ‹¨μœ„μ—λ§Œ μ–΄λ…Έν…Œμ΄μ…˜μ„ 뢙일 수 μžˆλ„λ‘
@Retention(RetentionPolicy.RUNTIME) // μ–΄λ…Έν…Œμ΄μ…˜μ΄ μ–Έμ œκΉŒμ§€ μœ νš¨ν• μ§€ μ„€μ • -> μ‹€ν–‰ κΈ°κ°„λ™μ•ˆ μœ μ§€ λ˜μ–΄μ•Ό 함.
public @interface LogInclude {
// Log 찍기 싫은 λ§€μ†Œλ“œμ—κ²Œ λΆ™μ΄λŠ” μ–΄λ…Έν…Œμ΄μ…˜
// ν•΄λ‹Ή μ–΄λ…Έν…Œμ΄μ…˜μ„ 뢙이면 λ‘œκ·Έκ°€ μ°νžˆμ§€ μ•ŠλŠ”λ‹€.
// Log 찍고 싢은 λ§€μ†Œλ“œμ—κ²Œ λΆ™μ΄λŠ” μ–΄λ…Έν…Œμ΄μ…˜
// [LogInclude]λΌλŠ” μ–΄λ…Έν…Œμ΄μ…˜μ„ 뢙이면, λ‘œκ·Έκ°€ 찍힘.
}

0 comments on commit a13f758

Please sign in to comment.