annotation « JBoss « Java Enterprise Q&A





1. Annotation Scanner in packages    stackoverflow.com

I am looking for an easy way to look through a java package for my own annotation. What I am trying to do is mark some classes with my own annotation. ...

2. How to delpoy an Annotated MBean on jboss?    stackoverflow.com

I am using an annotated pojo-MBean. But the mbean does not come up in the jmx-console after deployment. I believe that with annotations, usage of jboss-service.xml is not required. Could someone explain ...