Interface ReflectiveProcessor

All Known Implementing Classes:
RegisterReflectionForBindingProcessor, SimpleReflectiveProcessor

public interface ReflectiveProcessor
Process an AnnotatedElement and register the necessary reflection hints for it.

ReflectiveProcessor implementations are registered via @Reflective(processors = ...).

Since:
6.0
Author:
Stephane Nicoll
See Also: