I notice that the flex source files have commented out sections like this one:
**
* Dispatched after the Application has been initialized,
* processed by the LayoutManager, and attached to the display list.
*
* @eventType mx.events.FlexEvent.APPLICATION_COMPLETE
*/
Is the @ symbol significant here? Does the compiler see the line with the @
symbol or is it merely for reader information?
It is my understanding that the @ symbol denotes an XML attribute, is that the
correct interpretation?

