JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Package
io.micronaut.data.annotation
Annotation Interface WithoutTenantId
@Retention
(
RUNTIME
)
@Target
(
METHOD
)
@Documented
public @interface
WithoutTenantId
Mark the repository method to exclude implicit tenant id check.
Since:
4.8.0
Author:
Denis Stepanov