Interface Processor.Factory<A extends Annotation,T>
- Type Parameters:
A- annotation typeT- handled value type
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Provider to, given an annotation instance and the type it's on,
create a
Processor.- Since:
- 4.0.0
-
Method Summary
-
Method Details
-
make
Create a new processor given the annotation and data type.- Parameters:
data- annotation type on record fieldvalue- declared field type- Returns:
- new processor
- Since:
- 4.0.0
-