CompilerRuntime.UpdateAggregator Maven / Gradle / Ivy
package CompilerRuntime;
/**
* Aggregates updates
* @author Markus Brenner
*
*/
public interface UpdateAggregator {
void aggregateUpdates(AggregationHelper ah);
void compose(PluginCompositionAPI compAPI);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy