Skip to content

Package io.github.qishr.cascara.ui.schema

Annotation Interface DisplayColumns

java.lang.Object
        io.github.qishr.cascara.ui.schema.DisplayColumns

All Implemented Interfaces:
    Annotation


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

Field Summary

Modifier and Type Field Description
public static final String UI_DISPLAY_COLUMNS

Method Summary

Modifier and Type Method Description
public abstract String[] value()

Field Details

UI_DISPLAY_COLUMNS

public static final String UI_DISPLAY_COLUMNS

See Also:

Constant Field Values


Method Details

value

public abstract String[] value()