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

com.crabshue.commons.aggregator.AggregatorProcessing Maven / Gradle / Ivy

The newest version!
package com.crabshue.commons.aggregator;

public interface AggregatorProcessing {
    void preProcess(Object o, AggregatorContext context);

    void postProcess(Object o, AggregatorContext context);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy