Annotation Interface EntityKey


@Target({TYPE,METHOD}) @Retention(RUNTIME) @Documented @Deprecated(since="1.3.0") public @interface EntityKey
Deprecated.
Deprecated since v1.3.0. Use @Id instead.
Assign a key to the entity. This should be unique per entity and map to some field being received on the route path.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Deprecated.
     
  • Element Details

    • value

      String[] value
      Deprecated.