mockspresso-api / com.episode6.hackit.mockspresso.api / MockerConfig / provideMockAnnotations

provideMockAnnotations

@NotNull abstract fun provideMockAnnotations(): MutableList<Class<out Annotation!>!>

Return
MutableList<Class<out Annotation!>!>: a list of annotations that identify objects as mocks (or spys or whatever). Fields with these annotations should be set my the FieldPreparer, and mockspresso will pull their values and add them to the dependency map.