![JAR search and dependency download from the Maven repository](/logo.png)
me.ccampo.spring.aws.lambda.ApplicationContextProvider Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spring-aws-lambda Show documentation
Show all versions of spring-aws-lambda Show documentation
A Java library to enable core Spring Framework dependency injection support and eliminate some boilerplate around AWS Lambda.
The newest version!
package me.ccampo.spring.aws.lambda;
import org.springframework.context.ApplicationContext;
/**
* @author Chris Campo
*/
public interface ApplicationContextProvider {
ApplicationContext getApplicationContext();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy