Package kalix.javasdk.annotations
Annotation Interface EntityType
@Target(TYPE)
@Retention(RUNTIME)
@Documented
@Deprecated(since="1.3.0")
public @interface EntityType
Deprecated.
Deprecated since v1.3.0. Use @TypeId instead.
Assign a type to the entity. This name should be unique among the different existing entities
within a Kalix application.
Additionally, the name should be stable as a different name means a different entity in storage. Changing this name
will create a new class of entity and all previous instances using the old name won't be accessible anymore.
-
Required Element Summary
Required Elements
-
Element Details
-
value
String valueDeprecated.
-