JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Package
me.wyne.wutils.settings
Annotation Interface SettingReference
@Retention
(
RUNTIME
)
@Target
(
FIELD
)
public @interface
SettingReference
If applied to
Setting
then
WSettings
will access this
Setting
by your own reference
String
and not by a field name.
Required Element Summary
Required Elements
Modifier and Type
Required Element
Description
String
reference
Element Details
reference
String
reference
Returns:
Reference
String
to get
Setting
by.