ehcache

net.sf.ehcache.constructs.nonstop.util
Class OverrideCheck

java.lang.Object
  extended by net.sf.ehcache.constructs.nonstop.util.OverrideCheck

public final class OverrideCheck
extends Object

A utility class to check whether one class overrides all methods of its superclass or an interface that it implements

Author:
Abhishek Sanoujam

Method Summary
static void check(Class parent, Class subClass)
          Method to check a subclass overrides all methods in its superclass or the interface it implements
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

check

public static void check(Class parent,
                         Class subClass)
Method to check a subclass overrides all methods in its superclass or the interface it implements

Parameters:
parent -
subClass -

ehcache

Copyright 2001-2017, Terracotta, Inc.