Class DecoratorInvocationHandler<T>

java.lang.Object
org.fest.reflect.field.decorator.DecoratorInvocationHandler<T>
All Implemented Interfaces:
InvocationHandler
Direct Known Subclasses:
PostDecorator, PreDecorator

public abstract class DecoratorInvocationHandler<T> extends Object implements InvocationHandler
Author:
Ivan Hristov