Annotation Interface CosmosEntity


@Documented @Retention(RUNTIME) @Target(TYPE) public @interface CosmosEntity
Annotates an entity to specify details of the entity.
Author:
Daniel Sagenschneider
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Specifies the container identifier for the entity.
  • Element Details

    • containerId

      String containerId

      Specifies the container identifier for the entity.

      Leaving blank will use Class simple name.

      Returns:
      Container identifier for the entity.
      Default:
      ""