Example usage for org.springframework.ide.eclipse.beans.core.model.process IBeansConfigPostProcessor interface-usage

List of usage examples for org.springframework.ide.eclipse.beans.core.model.process IBeansConfigPostProcessor interface-usage

Introduction

In this page you can find the example usage for org.springframework.ide.eclipse.beans.core.model.process IBeansConfigPostProcessor interface-usage.

Usage

From source file org.eclipse.virgo.ide.beans.core.internal.locate.SpringOsgiBeansConfigPostProcessor.java

/**
 * Automatically adds the <code>bundleContext</code> bean or type {@link BundleContext} to the
 * {@link IBeansConfig}.
 * <p>
 * This is convenience since Spring DM exposes this in every application context.
 * @author Christian Dupuis