Skip to content

Package io.github.qishr.cascara.common.lang.annotation

Annotation Interface DataIgnore

java.lang.Object
        io.github.qishr.cascara.common.lang.annotation.DataIgnore

All Implemented Interfaces:
    Annotation


@java.lang.annotation.Target(FIELD)
@java.lang.annotation.Retention(RUNTIME)
public @interface DataIgnore

Indicates that a field should be ignored during serialization and deserialization.