Classes
 ClassDescription
 AsyncInitDecorator Represents a Metadata, MXML or XML tag that can be used to mark an object as being asynchronously initializing.
 DestroyMethodDecorator Represents a Metadata, MXML or XML tag that can be used on methods that should be invoked when the Context that the object belongs to gets destroyed or when the object is removed from the Context.
 FactoryMethodDecorator Represents a Metadata, MXML or XML tag that can be used to mark a method as a factory method.
 InitMethodDecorator Represents a Metadata, MXML or XML tag that can be used on methods that should be invoked after the object has been created and fully configured.
 ObserveMethodDecorator Represents a Metadata, MXML or XML tag that can be used on methods that should be invoked for lifecycle events of other objects.