Package | org.swizframework.metadata |
Class | public class Injection |
Inheritance | Injection ![]() |
Property | Defined By | ||
---|---|---|---|
bean : Bean
The object that contains the [Inject] tag. | Injection | ||
injectTag : InjectMetadataTag
The corresponding [Inject] tag. | Injection |
Method | Defined By | ||
---|---|---|---|
Injection |
bean | property |
public var bean:Bean
The object that contains the [Inject] tag.
injectTag | property |
public var injectTag:InjectMetadataTag
The corresponding [Inject] tag.
Injection | () | Constructor |
public function Injection(injectTag:InjectMetadataTag = null, bean:Bean = null)
injectTag:InjectMetadataTag (default = null )
| |
bean:Bean (default = null )
|