com.vaadin.base.devserver.themeeditor.utils.HasThemeModifier Maven / Gradle / Ivy
package com.vaadin.base.devserver.themeeditor.utils;
import com.vaadin.base.devserver.themeeditor.ThemeModifier;
public interface HasThemeModifier {
ThemeModifier getThemeModifier();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy