package com.github.rmannibucau.cdi.configuration.factory; public interface SetterFallback { void set(String key, String value); }