Annotation Type Path


@Retention(RUNTIME)
@Target(METHOD)
@Repeatable(Paths.class)
public @interface Path
Annotation for mapping dynamic web requests onto specific method.
  • Required Element Summary

    Required Elements 
    Modifier and Type Required Element Description
    String value
    A path pattern for the annotated method.
  • Element Details

    • value

      String value
      A path pattern for the annotated method.