Package org.restheart.plugins
Annotation Type InjectConfiguration
-
@Retention(RUNTIME) @Target(METHOD) public @interface InjectConfiguration
Plugin annotation that sets a method to get the configuration's properties as a Map- Author:
- Andrea Di Cesare
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description booleanrequiresPluginRegistryDescribes the pluginConfigurationScopescopeDescribes the plugin
-
-
-
Element Detail
-
scope
ConfigurationScope scope
Describes the plugin- Returns:
- the description of the plugin
- Default:
- org.restheart.plugins.ConfigurationScope.OWN
-
-