@Retention(value=RUNTIME) @Target(value=FIELD) public @interface HelperConfig
A helper is generated by a HelperFactory
and obtained by calling UserContext.getHelper(Class)
or ScopeInfo.getHelper(Class)
.
Modifier and Type | Required Element and Description |
---|---|
String |
value
Returns the key or path within the scope config (
ScopeInfo.getSettings() which should be used
to populate the field. |
public abstract String value
ScopeInfo.getSettings()
which should be used
to populate the field.Copyright © 2018. All rights reserved.