@Scope
@Retention(value=RUNTIME)
@Target(value={TYPE,METHOD})
@InhabitantAnnotation(value="tenant-scoped")
public @interface TenantScoped
This is the scope annotation for the TenantScoped. Descriptors
that are in this scope will be based on the current Tenant that is
running. This scope is Proxiable, which implies that the system will
inject proxies of objects in this scope into injection points
- Author:
- jwells