@Retention(value=RUNTIME) @Target(value={PARAMETER,FIELD}) public @interface ConfigDir
ConfigRoot.getDirectory()
.
Use this annotation on a File
. Remember that
Inject
is also necessary.
Modifier and Type | Required Element and Description |
---|---|
boolean |
sharedRoot
Whether the the shared root for configuration should be used, or instead,
the plugin-specific configuration directory.
|
public abstract boolean sharedRoot
For information on what the shared root is