Package org.apache.wicket.proxy
Class LazyInitProxyFactory.SerializableNoOpCallback
- java.lang.Object
-
- org.apache.wicket.proxy.LazyInitProxyFactory.SerializableNoOpCallback
-
- All Implemented Interfaces:
Serializable
,net.sf.cglib.proxy.Callback
,net.sf.cglib.proxy.NoOp
- Enclosing class:
- LazyInitProxyFactory
@Deprecated(forRemoval=true) public static class LazyInitProxyFactory.SerializableNoOpCallback extends Object implements net.sf.cglib.proxy.NoOp, Serializable
Deprecated, for removal: This API element is subject to removal in a future version.no longer used- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static net.sf.cglib.proxy.NoOp
INSTANCE
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Summary
Constructors Constructor Description SerializableNoOpCallback()
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Field Detail
-
INSTANCE
public static final net.sf.cglib.proxy.NoOp INSTANCE
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Constructor Detail
-
SerializableNoOpCallback
public SerializableNoOpCallback()
Deprecated, for removal: This API element is subject to removal in a future version.
-
-