Class FactoryWithFalseProxyForSameScope

    • Constructor Detail

      • FactoryWithFalseProxyForSameScope

        public FactoryWithFalseProxyForSameScope()
    • Method Detail

      • dispose

        public void dispose​(Map<String,​List<String>> instance)
        Description copied from interface: Factory
        This method will dispose of objects created with this scope. This method should not be annotated, as it is naturally paired with the provide method
        Specified by:
        dispose in interface Factory<Map<String,​List<String>>>
        Parameters:
        instance - The instance to dispose of