Example usage for org.springframework.security.config.annotation ObjectPostProcessor interface-usage

List of usage examples for org.springframework.security.config.annotation ObjectPostProcessor interface-usage

Introduction

In this page you can find the example usage for org.springframework.security.config.annotation ObjectPostProcessor interface-usage.

Usage

From source file org.springframework.security.config.annotation.configuration.AutowireBeanFactoryObjectPostProcessor.java

/**
 * Allows registering Objects to participate with an {@link AutowireCapableBeanFactory}'s
 * post processing of {@link Aware} methods, {@link InitializingBean#afterPropertiesSet()}
 * , and {@link DisposableBean#destroy()}.
 *
 * @author Rob Winch