Package net.sf.cglib.transform.impl
Interface InterceptFieldEnabled
-
public interface InterceptFieldEnabled
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InterceptFieldCallback
getInterceptFieldCallback()
void
setInterceptFieldCallback(InterceptFieldCallback callback)
-
-
-
Method Detail
-
setInterceptFieldCallback
void setInterceptFieldCallback(InterceptFieldCallback callback)
-
getInterceptFieldCallback
InterceptFieldCallback getInterceptFieldCallback()
-
-