public interface  org.springframework.context.'annotation'.ConditionContext extends java.lang.Object
{
public abstract org.springframework.beans.factory.support.BeanDefinitionRegistry getRegistry();
public abstract org.springframework.beans.factory.config.ConfigurableListableBeanFactory getBeanFactory();
public abstract org.springframework.core.env.Environment getEnvironment();
public abstract org.springframework.core.io.ResourceLoader getResourceLoader();
public abstract java.lang.ClassLoader getClassLoader();
}