From: edlich@... Date: 2007-05-18T01:00:06+09:00 Subject: Re: Some Ruby Features missing... On 16 Mai, 21:10, "Lyle Johnson" wrote: > On 5/16/07, edl...@gmail.com wrote: > > > 1. Does Ruby support Annotations? Or is there another cool way to do > > this > > without changing the class itself? > > -> I need to tell reflection to do something special with the class. > > We might be able to better address this question if you could say what > it is that you're trying to accomplish. Well, I am sure you know 1000 areas for Annotations (as UML Stereotypes, like let the User decide what any program should do with your class or your instances without affecting the original class.) One good example is to mark a class with "@index" to create an index if this class is stored in a database. Any idea how to perform this? Thanks! Stefan E.