
com.cosium.code.format_spi.CodeFormatterConfiguration Maven / Gradle / Ivy
package com.cosium.code.format_spi;
import java.util.Optional;
/**
* @author Réda Housni Alaoui
*/
public interface CodeFormatterConfiguration {
Optional getValue(String key);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy