Interface ReflectiveProcessor
- All Known Implementing Classes:
RegisterReflectionForBindingProcessor
,SimpleReflectiveProcessor
public interface ReflectiveProcessor
Process an
AnnotatedElement
and register the necessary reflection
hints for it.- Since:
- 6.0
- Author:
- Stephane Nicoll
-
Method Summary
Modifier and TypeMethodDescriptionvoid
registerReflectionHints
(ReflectionHints hints, AnnotatedElement element) RegisterReflectionHints
against the specifiedAnnotatedElement
.
-
Method Details
-
registerReflectionHints
RegisterReflectionHints
against the specifiedAnnotatedElement
.- Parameters:
hints
- the reflection hints instance to useelement
- the element to process
-