Package io.micronaut.data.annotation
Annotation Interface TenantId
@Retention(RUNTIME)
@Target({FIELD,METHOD,PARAMETER})
@Documented
@AutoPopulated
public @interface TenantId
Mark the entity's property as a tenant ID.
- Since:
- 4.8.0
- Author:
- Denis Stepanov