-
Feature Request
-
Resolution: Done
-
Major
-
None
-
None
To facilitate management object creation we need to allow service mbeans to be annotated:
<?xml version="1.0" encoding="UTF-8"?>
<mbean name="jboss.test:type=BasicMBeanName" code="BasicMBeanCode">
<annotation>@org.jboss.test.system.metadata.annotation.CompType(type="DS",subtype="LocalTX")</annotation>
</mbean>