org.springframework.expression.common.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spring-expression Show documentation
Show all versions of spring-expression Show documentation
Spring Expression Language (SpEL)
/**
* Common utility classes behind the Spring Expression Language.
*/
@NonNullApi
@NonNullFields
package org.springframework.expression.common;
import org.springframework.lang.NonNullApi;
import org.springframework.lang.NonNullFields;