Add @Author attribution

See gh-11077
This commit is contained in:
Phillip Webb
2018-09-06 13:42:29 -07:00
parent 64be6ae564
commit 04710373bf
2 changed files with 2 additions and 0 deletions

View File

@@ -72,6 +72,7 @@ import org.springframework.util.StringUtils;
* @author Phillip Webb
* @author Andy Wilkinson
* @author Stephane Nicoll
* @author Andreas Neiser
* @since 1.4.0
*/
public class MockitoPostProcessor extends InstantiationAwareBeanPostProcessorAdapter

View File

@@ -39,6 +39,7 @@ import static org.assertj.core.api.Assertions.assertThat;
*
* @author Phillip Webb
* @author Andy Wilkinson
* @author Andreas Neiser
*/
public class MockitoPostProcessorTests {