Skip to content

Package io.github.qishr.cascara.schema.annotation

Annotation Interface ContentMediaType

java.lang.Object
        io.github.qishr.cascara.schema.annotation.ContentMediaType

All Implemented Interfaces:
    Annotation


@java.lang.annotation.Retention(RUNTIME)
@java.lang.annotation.Target(FIELD,TYPE)
public @interface ContentMediaType

Method Summary

Modifier and Type Method Description
public abstract String value()

Method Details

value

public abstract String value()