Home | History | Annotate | Download | only in mockito
      1 /*
      2  * Copyright (c) 2007 Mockito contributors
      3  * This program is made available under the terms of the MIT License.
      4  */
      5 package org.mockito;
      6 
      7 /**
      8  * @deprecated Use {@link ArgumentMatchers}. This class is now deprecated in order to avoid a name clash with Hamcrest
      9  * <code>org.hamcrest.Matchers</code> class. This class will likely be removed in version 3.0.
     10  */
     11 @Deprecated
     12 public class Matchers extends ArgumentMatchers {
     13 }
     14