@Target(value=METHOD) @Retention(value=RUNTIME) public @interface AfterCreateMock
void myMethod(Object mock, String name, Class type)
The passed object is the created mock.
The name is the name of the mock, typically the name of the field.
The type is the class type of the mocked instance.Copyright © 2016. All Rights Reserved.