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

org.squirrelframework.foundation.component.SquirrelPostProcessor Maven / Gradle / Ivy

package org.squirrelframework.foundation.component;

/**
 * Post process object created by {@link SquirrelProvider}
 * 
 * @author Henry.He
 *
 * @param  type of object to be processed
 */
public interface SquirrelPostProcessor {

    /**
     * Post process created component
     * @param component created component
     */
    void postProcess(T component);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy