public abstract class ImplementsAttribute
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static com.google.inject.Key<java.util.List<ImplementsAttribute>> |
KEY |
| Constructor and Description |
|---|
ImplementsAttribute() |
| Modifier and Type | Method and Description |
|---|---|
static ImplementsAttribute |
create(Method method) |
abstract Method |
method()
The implemented meta API method.
|
public static final com.google.inject.Key<java.util.List<ImplementsAttribute>> KEY
public abstract Method method()
public static ImplementsAttribute create(Method method)