Annotation Type InstrumentedRoute


@Retention(RUNTIME) @Target(TYPE) @Documented public @interface InstrumentedRoute
Annotation to mark a Component class for instrumented route registration.
Author:
Javier Godoy / Flowing Code
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The route path for this component.
  • Element Details

    • value

      String value
      The route path for this component.
      Returns:
      the route path