Class PreDecorator<T>

java.lang.Object
org.fest.reflect.field.decorator.DecoratorInvocationHandler<T>
org.fest.reflect.field.decorator.PreDecorator<T>
All Implemented Interfaces:
InvocationHandler

public class PreDecorator<T> extends DecoratorInvocationHandler<T>
A proxy for pre-decorating a field
Author:
Ivan Hristov