@Target(value=TYPE) @Retention(value=RUNTIME) public @interface UIRights
| Modifier and Type | Optional Element and Description |
|---|---|
String |
dataPath
If these rights depend on the data being edited, this must contain a property path expression on the
annotated class leading to the data item to use for the check.
|
String[] |
value
The rights that the user must have to access the page.
|
public abstract String[] value
public abstract String dataPath
Copyright © 2017 etc.to. All rights reserved.