Example usage for org.springframework.security.config BeanIds BeanIds

List of usage examples for org.springframework.security.config BeanIds BeanIds

Introduction

In this page you can find the example usage for org.springframework.security.config BeanIds BeanIds.

Prototype

BeanIds

Source Link

Usage

From source file:org.springframework.security.config.SecurityNamespaceHandlerTests.java

@Test
public void constructionSucceeds() {
    new SecurityNamespaceHandler();
    // Shameless class coverage stats boosting
    new BeanIds() {
    };//  w  w  w.  java 2  s  .c o  m
    new Elements() {
    };
}