Example usage for org.springframework.context.annotation ImportAware interface-usage

List of usage examples for org.springframework.context.annotation ImportAware interface-usage

Introduction

In this page you can find the example usage for org.springframework.context.annotation ImportAware interface-usage.

Usage

From source file org.springframework.security.config.annotation.method.configuration.GlobalMethodSecurityConfiguration.java

/**
 * Base {@link Configuration} for enabling global method security. Classes may extend this
 * class to customize the defaults, but must be sure to specify the
 * {@link EnableGlobalMethodSecurity} annotation on the subclass.
 *
 * @author Rob Winch