Package org.instancio.spi
Interface InstancioServiceProvider.AnnotationProcessor
- Enclosing interface:
InstancioServiceProvider
Allows customising generated values based on annotations.
This interface has no methods to implement. Instead, it relies on
user-defined methods marked with the @AnnotationHandler annotation
(see the InstancioServiceProvider.AnnotationProcessor.AnnotationHandler Javadoc for an example).
- Since:
- 4.5.0
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic @interfaceDenotes a method for handling annotations.