Package kalix.javasdk.annotations
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
-
Element Details
-
value
String[] valueDeprecated.
-