org.glassfish.examples.ctm
Annotation Type TenantScoped


@Scope
@Retention(value=RUNTIME)
@Target(value={TYPE,METHOD})
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



Copyright © 2013 Oracle Corporation. All Rights Reserved.