public abstract class DependencyProvider
extends java.lang.Object
DependencyProvider is an abstract base class for code generated concrete implementations
that generated by an annotation processor for DependencyScope classes annotated with
Scope,| Modifier and Type | Field and Description |
|---|---|
protected DependencyScope |
scope |
static java.lang.String |
SUFFIX |
| Constructor and Description |
|---|
DependencyProvider() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract <T> void |
getDependencies(DependencyQuery<T> query) |
void |
setScope(DependencyScope scope) |
public static final java.lang.String SUFFIX
protected DependencyScope scope
protected abstract <T> void getDependencies(DependencyQuery<T> query)
public void setScope(DependencyScope scope)