接口的使用
org.aopalliance.intercept.ConstructorInvocation
使用ConstructorInvocation的程序包
程序包
说明
This package provides a set of interfaces for interception
mechanisms.
-
org.aopalliance.intercept中ConstructorInvocation的使用
修饰符和类型方法说明ConstructorInterceptor.construct(ConstructorInvocation invocation) Implement this method to perform extra treatments before and after the consrution of a new object.