Annotation Type RestfulData


@Target(PARAMETER) @Retention(RUNTIME) @Documented public @interface RestfulData
Version:
$Revision: 1 $
Author:
Solomn Duskis
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String[]
    what content type does this support? This has the same allowed values as jakarta.ws.rs.Consumes
  • Field Details

    • value

      static final String[] value
      what content type does this support? This has the same allowed values as jakarta.ws.rs.Consumes
      See Also:
      • Consumes