Skip to content

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

Annotation Interface DataField

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

All Implemented Interfaces:
    Annotation


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

Method Summary

Modifier and Type Method Description
public abstract String key()

Method Details

key

public abstract String key()