public interface Mixable<SelfType>
| Modifier and Type | Method and Description |
|---|---|
<MixinType> |
as(Class<MixinType> clazz) |
boolean |
hasMixin(Class<?> mixinClass) |
<MixinType> |
with(Class clazz,
MixinType mixinInstance) |
<MixinType> |
with(MixinType mixinInstance) |
Copyright © 2014. All rights reserved.