Package org.apache.ibatis.plugin
Class Plugin
- java.lang.Object
 - 
- org.apache.ibatis.plugin.Plugin
 
 
- 
- All Implemented Interfaces:
 InvocationHandler
public class Plugin extends Object implements InvocationHandler
- Author:
 - Clinton Begin
 
 
- 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectinvoke(Object proxy, Method method, Object[] args)static Objectwrap(Object target, Interceptor interceptor) 
 -