<?xml version="1.0" encoding="UTF-8"?>
<tags>
<metatag name="EventHandler" description="Adds the annotated method as an event listener to the EVentBus" classes="true" variables="true" functions="true">
     <attribute name="name" datatype="0" description="Determines the event type that the annotated method handles" required="false"/>
     <attribute name="properties" datatype="0" description="Determines the event properties that will be passed to the annotated method" required="false"/>
     <attribute name="clazz" datatype="0" description="Determines the event Class that the annotated method will handle" required="false"/>
</metatag>
<metatag name="RouteEvents" description="Re-routes the events dispatched by an object to the EventBus" classes="true" variables="true" functions="true">
     <attribute name="events" datatype="0" description="A list of event types that need to be re-routed" required="false"/>
</metatag>
<metatag name="Autowired" description="Determines if the annotated properties will be automatically injected by Spring Actionscript" classes="true" variables="true" functions="true">
     <attribute name="mode" datatype="0" description="Determines the autowiring mode, available options are: byName, byType, constructor, autodetect" required="false"/>
     <attribute name="name" datatype="0" description="Determines the name of the object known by Spring Actionscript that will be injected" required="false"/>
     <attribute name="property" datatype="0" description="Used in combination with the 'name' attribute, determines a property name on the specified object to which the annotated property will be bound" required="false"/>
     <attribute name="externalProperty" datatype="0" description="The name of an external property that will be injected" required="false"/>
</metatag>
<metatag name="Required" description="Properties annotated with the [Required] metadata MUST be injected, if Spring Actionscript fails to inject a valid value an error will be thrown" classes="true" variables="true" functions="true">
</metatag>
</tags>
