public interface Decorator
| Modifier and Type | Method and Description |
|---|---|
<V> V |
decorate(Class<?>[] interfaces,
V object) |
<V> V |
decorate(Class<V> interfaces,
V object) |
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.