We know, we've been asking for this internally. Last I heard we weren't going to get it because of schedule but we'll see.
Matt -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Michael Klishin Sent: Thursday, December 29, 2005 6:22 PM To: [email protected]; Flashcoders ML Subject: [flexcoders] To Adobe Team guys: AS3 feature request, custom metadata tags Hi, I'm sorry but I don't know what is the best place to post a feature request so I'll post it here because Adobe team guys are subscribed to this list :) Here we go... In AS3 it's possible to get info about instance of a class at runtime with help of describeType. Futhermore we can use metadata tags like [Binding] or [Event] and so forth. But metadata as it exists now is just a compiler directives, not a "real connectivity" right? What do you think of adding a feature to give AS3 programmers an opportunity to create own metadata types like annotations Java or C#. Say, programmer declare metadata format somehow (for example, have a look at @interface in Java) and then adds data... Say, like this: [MetadataType(param="", param2="")]. During compilation this data is stored in class description so coder can get it as XML with one declateType call. A couple of use case examples... With this feature we can describe serizlization / deserialization parameters in XML or binary format; custom metadata would be a great thing for Unit testing frameworks developers. So what do you guys think of it? Best wishes! -- Michael "Antares" Klishin, Email: [EMAIL PROTECTED] Web: www.novemberain.com Non progredi est regredi -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

