@Documented @Retention(value=RUNTIME) @Target(value=FIELD) public @interface Restriction
Modifier and Type | Optional Element and Description |
---|---|
Class<? extends DataObfuscationHandler<?>> |
obfuscation
The obfuscation handler to use in case the restriction is false.
|
String |
value
The security expression related to the annotated element.
|
public abstract String value
Please use an Expression Language.
public abstract Class<? extends DataObfuscationHandler<?>> obfuscation
Copyright © 2013-2018–2019 SeedStack. All rights reserved.