[jboss-dev-forums] [Design the new POJO MicroContainer] - Re: Annotation processing
alesj
do-not-reply at jboss.com
Tue Sep 4 08:06:21 EDT 2007
"adrian at jboss.org" wrote :
| and add an isEmpty() to the MetaData api.
|
What would mean that MetaData.isEmpty() == true?
This?
| public boolean isEmpty()
| {
| MetaDatasItem items = retrieval.retrieveMetaData();
| return items == null || items.getMetaDatas() == null || items.getMetaDatas().length == 0;
| }
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4080840#4080840
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4080840
More information about the jboss-dev-forums
mailing list