Class SimpleReflectiveProcessor

java.lang.Object
org.springframework.aot.hint.annotation.SimpleReflectiveProcessor
All Implemented Interfaces:
ReflectiveProcessor

public class SimpleReflectiveProcessor extends Object implements ReflectiveProcessor
A simple ReflectiveProcessor implementation that registers only a reflection hint for the annotated type. Can be sub-classed to customize processing for a given AnnotatedElement type.
Since:
6.0
Author:
Stephane Nicoll