Annotation Type Options


  • @Retention(RUNTIME)
    public @interface Options
    Annotation to configure a route to handle OPTIONS requests
    Author:
    odeda
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String value
      Path on which to handle OPTIONS requests
    • Element Detail

      • value

        String value
        Path on which to handle OPTIONS requests
        Returns:
        path