
org.devocative.wickomp.opt.IStyler Maven / Gradle / Ivy
package org.devocative.wickomp.opt;
public interface IStyler {
OStyle doStyle(T bean, String id);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package org.devocative.wickomp.opt;
public interface IStyler {
OStyle doStyle(T bean, String id);
}