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
    • Element Detail

      • scope

        ConfigurationScope scope
        Describes the plugin
        Returns:
        the description of the plugin
        Default:
        org.restheart.plugins.ConfigurationScope.OWN
      • requiresPluginRegistry

        boolean requiresPluginRegistry
        Describes the plugin
        Returns:
        the description of the plugin
        Default:
        false