@Retention(value=RUNTIME) @Target(value=FIELD) public @interface Autoloaded
BizController.load(WebContext, BaseEntity)
.Modifier and Type | Optional Element and Description |
---|---|
String[] |
permissions
Controls the permissions required to be able to fill the field.
|
public abstract String[] permissions
If the current user hasn't all of the given permissions, the value in the context will not be applied.
Copyright © 2018. All rights reserved.