[jboss-dev-forums] [Design the new POJO MicroContainer] - Adding MetaData.isAnnotationPresent(String annotationType)

kabir.khan@jboss.com do-not-reply at jboss.com
Tue Feb 12 14:29:52 EST 2008


http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127320#4127320

Following from this discussion, would it be possible to add the following to the MetaData spi?


  | /**
  |  * Is the annotation present?
  |  * 
  |  * @param annotationType the stringfied annotation type
  |  * @return true when present
  |  */
  |    boolean isAnnotationPresent(String annotationType);
  | 


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

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



More information about the jboss-dev-forums mailing list