Class ReflectiveProcessorAotContributionBuilder

java.lang.Object
org.springframework.context.aot.ReflectiveProcessorAotContributionBuilder

public class ReflectiveProcessorAotContributionBuilder extends Object
Builder for an AOT contribution that detects the presence of @Reflective on annotated elements and invoke the underlying ReflectiveProcessor implementations.

Candidates can be provided explicitly or by scanning the classpath.

Since:
6.2
Author:
Stephane Nicoll
See Also:
  • Constructor Details

    • ReflectiveProcessorAotContributionBuilder

      public ReflectiveProcessorAotContributionBuilder()
  • Method Details