[jboss-dev-forums] [JBoss Microcontainer Development] - Re: Adding getAnnotationsAnnotatedWith() to MDR

kabir.khan@jboss.com do-not-reply at jboss.com
Mon Dec 7 10:01:02 EST 2009


This is the code I meant to post in my previous post, the loader is used from BasicItem

  |    public BasicItem(MetaDataLoader loader)
  |    {
  |       this.loader = loader;
  |    }
  |    
  |    public boolean isCachable()
  |    {
  |       return loader.isCachable(this);
  |    }
  | 
  | 

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

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



More information about the jboss-dev-forums mailing list