All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.openxma.dsl.generator.ComponentStyleStrategy Maven / Gradle / Ivy

package org.openxma.dsl.generator;

import org.openxma.dsl.pom.model.Component;

public interface ComponentStyleStrategy {
	void apply(Component component);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy