public abstract class MixinAttribute
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static com.google.inject.Key<java.util.List<MixinAttribute>> |
KEY |
| Constructor and Description |
|---|
MixinAttribute() |
| Modifier and Type | Method and Description |
|---|---|
abstract com.google.protobuf.Mixin |
config()
The associated mixin configuration.
|
static MixinAttribute |
create(Interface iface,
com.google.protobuf.Mixin config) |
abstract Interface |
iface()
The interface being mixed-in.
|
public static final com.google.inject.Key<java.util.List<MixinAttribute>> KEY
public abstract Interface iface()
public abstract com.google.protobuf.Mixin config()
public static MixinAttribute create(Interface iface, com.google.protobuf.Mixin config)