| Package | Description |
|---|---|
| org.apache.reef.tang |
Public interfaces and factories for Tang's core API.
|
| org.apache.reef.tang.implementation |
Tang's implementation.
|
| org.apache.reef.tang.implementation.types |
Implementations of the ClassHierarchy type system.
|
| org.apache.reef.tang.types |
The interfaces that define Tang's ClassHierarchy objects.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigurationBuilder.registerLegacyConstructor(ClassNode<?> c,
ConstructorArg... args)
Force Tang to treat the specified constructor as though it had an @Inject
annotation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigurationBuilderImpl.registerLegacyConstructor(ClassNode<?> c,
ConstructorArg... args) |
| Modifier and Type | Class and Description |
|---|---|
class |
ConstructorArgImpl |
| Modifier and Type | Method and Description |
|---|---|
ConstructorArg[] |
ConstructorDefImpl.getArgs() |
| Constructor and Description |
|---|
ConstructorDefImpl(String className,
ConstructorArg[] args,
boolean injectable) |
| Modifier and Type | Method and Description |
|---|---|
ConstructorArg[] |
ConstructorDef.getArgs() |
Copyright © 2017 The Apache Software Foundation. All rights reserved.