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

org.wickedsource.docxstamper.el.NoOpEvaluationContextConfigurer Maven / Gradle / Ivy

The newest version!
package org.wickedsource.docxstamper.el;

import org.springframework.expression.spel.support.StandardEvaluationContext;
import org.wickedsource.docxstamper.api.EvaluationContextConfigurer;

/**
 * {@link EvaluationContextConfigurer} that does no customization.
 */
public class NoOpEvaluationContextConfigurer implements EvaluationContextConfigurer {

    @Override
    public void configureEvaluationContext(StandardEvaluationContext context) {
        // don't customize it
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy