Package ch.kk7.confij.annotation
Annotation Type Key
-
@Retention(RUNTIME) @Target(METHOD) public @interface KeyOverrides to which key in the configuration(-file) this value should be mapped. The default key is always the method name:interface Fuu { \@Key("actualKey") String thisMethodNameIsIgnored(); }
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.Stringvalue
-