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. ...
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 ...