refactor : 불필요한 어노테이션 삭제
This commit is contained in:
@@ -1,5 +0,0 @@
|
|||||||
package com.banjjoknim.playground.jackson.common
|
|
||||||
|
|
||||||
@Retention(AnnotationRetention.RUNTIME)
|
|
||||||
@Target(AnnotationTarget.PROPERTY)
|
|
||||||
annotation class DoSerialize(val doSerialize: Boolean = false)
|
|
||||||
Reference in New Issue
Block a user