Class BambooSiteDarkFeaturesStorage

  • All Implemented Interfaces:
    com.atlassian.sal.api.features.SiteDarkFeaturesStorage

    @Component
    public class BambooSiteDarkFeaturesStorage
    extends com.atlassian.sal.core.features.DefaultSiteDarkFeaturesStorage
    I couldn't get the plugin system understand that it needs to use non-default constructor in DefaultSiteDarkFeaturesStorage. Therefore I needed to provide this class where I can apply @Autowired to constructor.
    • Constructor Detail

      • BambooSiteDarkFeaturesStorage

        @Autowired
        public BambooSiteDarkFeaturesStorage​(com.atlassian.sal.api.pluginsettings.PluginSettingsFactory pluginSettingsFactory)