Java org.springframework.context.annotation ImportSelector fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.context.annotation ImportSelector fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.context.annotation ImportSelector.

The text is from its open source code.

Implementation

org.springframework.context.annotation.ImportSelector has the following implementations.
Click this link to see all its implementation.

Method

String[]selectImports(AnnotationMetadata importingClassMetadata)
Select and return the names of which class(es) should be imported based on the AnnotationMetadata of the importing @ Configuration class.