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

org.springframework.expression.spel.support.StandardEvaluationContext Maven / Gradle / Ivy

package org.springframework.expression.spel.support;

import org.springframework.expression.EvaluationContext;

public class StandardEvaluationContext implements EvaluationContext {

    public StandardEvaluationContext() {

    }

    public StandardEvaluationContext(Object rootObject) {

    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy