Package space.arim.dazzleconf.annote
Annotation Type ConfKey
Specifies the key whose value will be used for this method. If this annotation is not specified,
the method name is used.
- Author:
- A248
-
Required Element Summary
Required Elements
-
Element Details
-
value
String valueDefines the key at which this entry's data should be pulled from. The key is relative to the position of this config method. It may contain . in order to have the data be pulled from a subsection.- Returns:
- the relative key
-