Ok, in 1.0 Beta things have changed a little bit.

There is class metadata, but it is different from default metadata.

Class metadata is data you have tagged the class with, but is not a part of the 
chaining.   Default metadata still exists, but you must declare it within XML.   
JSR-175 doesn't have the concept of default metadata, so I didn't put it in the Doclet 
tags.  So, to add default data you must define it in XML


  | <annotation tag="yourTag" class="org.yoyo.MyClassYo">
  |    <default>
  |        <something>someval</something>
  |    </default>
  | </annotation>    
  | 

Let me know if this is a good enough explanation.

Bill

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828012#3828012

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3828012


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to