Annotation Interface MCRApiDraft


@Target({TYPE,METHOD}) @Retention(RUNTIME) public @interface MCRApiDraft
Used to mark REST methods that are not stable for production. Those endpoints maybe changed or removed at a later date.
Author:
Thomas Scheffler (yagee)
See Also:
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    A simple value to mark a group of endpoints.
  • Element Details

    • value

      String value
      A simple value to mark a group of endpoints. Endpoints belong to the same group if this value is the same.