public class DecoratingInvocationHandler<Type,Decorator extends Type> extends Object implements InvocationHandler
| Constructor and Description |
|---|
DecoratingInvocationHandler(List<DecoratorPicker<Type,Decorator>> pickers,
Type object) |
public DecoratingInvocationHandler(List<DecoratorPicker<Type,Decorator>> pickers, Type object)
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.