Skip to content

Package io.github.qishr.cascara.schema.constraint

Annotation Interface FormatConstraint

java.lang.Object
        io.github.qishr.cascara.schema.constraint.FormatConstraint

All Implemented Interfaces:
    Annotation


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

Method Summary

Modifier and Type Method Description
public abstract String value()

Method Details

value

public abstract String value()