org.logicalcobwebs.cglib.proxy
Interface NoOp

All Superinterfaces:
Callback

public interface NoOp
extends Callback

Methods using this Enhancer callback will delegate directly to the default (super) implementation in the base class.


Field Summary
static NoOp INSTANCE
          A thread-safe singleton instance of the NoOp callback.
 

Field Detail

INSTANCE

static final NoOp INSTANCE
A thread-safe singleton instance of the NoOp callback.