Class CandidateComponentsIndexer

java.lang.Object
org.springframework.context.index.processor.CandidateComponentsIndexer
All Implemented Interfaces:
Processor

@Deprecated(since="6.1", forRemoval=true) public class CandidateComponentsIndexer extends Object implements Processor
Deprecated, for removal: This API element is subject to removal in a future version.
as of 6.1, in favor of the AOT engine.
Annotation Processor that writes a CandidateComponentsMetadata file for spring components.
Since:
5.0
Author:
Stephane Nicoll, Juergen Hoeller
  • Constructor Details

    • CandidateComponentsIndexer

      public CandidateComponentsIndexer()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details