Hi all,

In Rife you have meta data merging based on naming-convention.
I wonder if there any way i can merge metadata myself.
Imagine i have a class Clazz
public Clazz {
  public int id;
}

and then i want to add some meta data to it (i dont want my Clazz
inherit any classes).
I have another class, say ClazzSomethingOdd (not following the naming
convention) which will inherit MetaData  class. And then i want to
merge it into Clazz somehow. Is there any way  i can achieve this ?

Thanks in advance


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"rife-users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rife-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to