JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
Spring Framework
org.springframework.cglib.proxy
NoOp
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Field Summary
Field Details
INSTANCE
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
Fields
Modifier and Type
Field
Description
static final
NoOp
INSTANCE
A thread-safe singleton instance of the
NoOp
callback.
Field Details
INSTANCE
static final
NoOp
INSTANCE
A thread-safe singleton instance of the
NoOp
callback.