Annotation Type Examples


@Retention(RUNTIME) @Target(TYPE) public @interface Examples
Handles the case where one HTTP call supports multiple uses or multiple types of input and output (ex. wildcarded calls which support both fetching all instances of something via /api/foo but also support fetching a single specific instance of something via /api/foo/$ID.
Author:
Tim Boudreau
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static @interface 
     
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Example cases
  • Element Details

    • value

      Examples.Case[] value
      Example cases
      Returns:
      An array of cases