Annotation Interface Route


Specifies the path associated with a service method or defines the parent path. This annotation can be applied to methods or classes.
Since:
1.0.0-SNAPSHOT
See Also:
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Defines the path associated with the annotated method or class.
  • Element Details

    • value

      Defines the path associated with the annotated method or class.
      Returns:
      The path as a string.
      Default:
      "/"