org.mockito.configuration
public interface AnnotationEngine
If you are interested then see implementations or source code of MockitoAnnotations.initMocks(Object)
void process(Class<?> clazz, Object testInstance)
See the implementation of this method to figure out what is it for.
clazz
- Class where to extract field information, check implementation for detailstestInstance
- Test instance