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

io.protostuff.compiler.parser.ProtoContextPostProcessor Maven / Gradle / Ivy

The newest version!
package io.protostuff.compiler.parser;

/**
 * Proto post processors are invoked on a proto context after parser.
 *
 * @author Kostiantyn Shchepanovskyi
 */
public interface ProtoContextPostProcessor {

    void process(ProtoContext context);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy