Configuration tags for dependency injection
| Class | Description | |
|---|---|---|
| InjectConstructorDecorator | Represents a Metadata, MXML or XML tag that can be used on clases for which constructor injection should be performed. | |
| InjectMethodDecorator | Represents a Metadata, MXML or XML tag that can be used on methods for which dependency injection should be performed. | |
| InjectPropertyDecorator | Represents a Metadata, MXML or XML tag that can be used on properties for which dependency injection should be performed. |