Annotation Interface Routing


@Inherited @Retention(RUNTIME) @Target(TYPE) public @interface Routing
Annotation to enable custom routing values for an entity.
Since:
4.2
Author:
Peter-Josef Meisch
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    defines how the routing is determined.
  • Element Details

    • value

      String value
      defines how the routing is determined. Can be either the name of a property or a SpEL expression. See the reference documentation for examples how to use this annotation.