Interface InstancioServiceProvider.AnnotationProcessor

Enclosing interface:
InstancioServiceProvider

@ExperimentalApi public static interface InstancioServiceProvider.AnnotationProcessor
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: