ImportCandidates

Contains @Configuration import candidates, usually auto-configurations. The load method can be used to discover the import candidates.

Author

Moritz Halbritter

Scott Frederick

Since

2.7.0

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open fun forEach(action: Consumer<in T>)
Link copied to clipboard
open fun iterator(): Iterator<String>
Link copied to clipboard
open fun load(annotation: Class<out Any>, classLoader: ClassLoader): ImportCandidates
Loads the names of import candidates from the classpath.
Link copied to clipboard