Package org.marid.spring
Interface ContextUtils
-
public interface ContextUtils
-
-
Method Summary
Static Methods Modifier and Type Method Description static org.springframework.context.support.GenericApplicationContextcontext(org.springframework.context.support.AbstractApplicationContext parent, java.util.function.BiConsumer<org.springframework.context.annotation.AnnotatedBeanDefinitionReader,org.springframework.context.support.GenericApplicationContext>... cs)
-
-
-
Method Detail
-
context
@SafeVarargs static org.springframework.context.support.GenericApplicationContext context(org.springframework.context.support.AbstractApplicationContext parent, java.util.function.BiConsumer<org.springframework.context.annotation.AnnotatedBeanDefinitionReader,org.springframework.context.support.GenericApplicationContext>... cs)
-
-