@Target(value=java.lang.annotation.ElementType.TYPE)
@Retention(value=RUNTIME)
public @interface TerritorySwitch
| Modifier and Type | Optional Element and Description | 
|---|---|
boolean | 
checkAccess
Enables ( 
true) or disables ( | 
true) or disables (false) switching
 into territory where has current user no access.true if access to territory is checked;
 the value false if user can be switched into territory where the user has no acces.