It looks like:
I use import statement:
import com.fasterxml.jackson.annotation.JsonIgnore;
jackson version: 2.9.0
I tried to inspect source code of annotation and I don't see @Deprecated
annotation there.
Could anyone explain it?
It looks like:
I use import statement:
import com.fasterxml.jackson.annotation.JsonIgnore;
jackson version: 2.9.0
I tried to inspect source code of annotation and I don't see @Deprecated
annotation there.
Could anyone explain it?