Packageorg.mvcexpress.base.inject
Classpublic class InjectRuleVO
InheritanceInjectRuleVO Inheritance Object

Value Object to keep injection rules(what have to be injected there...).



Public Properties
 PropertyDefined By
  injectClassAndName : String
Injection identifier, formed by class name and your custom inject name.
InjectRuleVO
  varName : String
Name of variable to inject object into.
InjectRuleVO
Property Detail
injectClassAndNameproperty
public var injectClassAndName:String

Injection identifier, formed by class name and your custom inject name.

varNameproperty 
public var varName:String

Name of variable to inject object into.