Class RegisterReflectionReflectiveProcessor

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

public class RegisterReflectionReflectiveProcessor extends Object implements ReflectiveProcessor
A ReflectiveProcessor implementation that pairs with @RegisterReflection. Can be used as a base implementation for composed annotations that are meta-annotated with RegisterReflection.
Since:
6.2
Author:
Stephane Nicoll