Interface ReflectiveProcessor
- All Known Implementing Classes:
 MessageMappingReflectiveProcessor,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:
 
- 
Method Summary
Modifier and TypeMethodDescriptionvoidregisterReflectionHints(ReflectionHints hints, AnnotatedElement element) RegisterReflectionHintsagainst the specifiedAnnotatedElement. 
- 
Method Details
- 
registerReflectionHints
RegisterReflectionHintsagainst the specifiedAnnotatedElement.- Parameters:
 hints- the reflection hints instance to useelement- the element to process
 
 -