@Target(value={TYPE,PACKAGE}) @Retention(value=RUNTIME) @Inherited public @interface NonTransferable
Modifier and Type | Optional Element and Description |
---|---|
boolean |
enabled
If NonTransferable is used at the package level, it can be disabled for individual entities by setting
this flag to false.
|
boolean |
strict
Non-strict allows nested object hierarchies of non-transferables that are created in more than one
client request.
|
public abstract boolean enabled
public abstract boolean strict
Copyright © 2015–2021 Yahoo! Inc.. All rights reserved.