@Retention(value=RUNTIME)
@Target(value=TYPE)
@Inherited
public @interface DisableAttributeAccessControl
If you don't want to apply attribute access rules to a screen, add this annotation to the screen controller.
Modifier and Type | Optional Element and Description |
---|---|
boolean |
value
Set to false to enable applying of attribute access rules.
|