Class PostDecorator<T>

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

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