Class OverrideCheck
- java.lang.Object
-
- net.sf.ehcache.constructs.nonstop.util.OverrideCheck
-
public final class OverrideCheck extends java.lang.ObjectA utility class to check whether one class overrides all methods of its superclass or an interface that it implements- Author:
- Abhishek Sanoujam
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidcheck(java.lang.Class parent, java.lang.Class subClass)Method to check a subclass overrides all methods in its superclass or the interface it implements
-