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

com.jn.agileway.codec.serialization.fse.FseCustomizer Maven / Gradle / Ivy

package com.jn.agileway.codec.serialization.fse;

import com.jfireframework.fse.Fse;

public interface FseCustomizer {
    String getName();

    void customize(Fse fse);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy