added missing xbean-spring annotations to allow nicer XML configuration

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@423738 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
James Strachan 2006-07-20 03:27:14 +00:00
parent 457093c386
commit b3d89a755b
2 changed files with 4 additions and 0 deletions

View File

@ -22,6 +22,8 @@ import org.apache.activemq.broker.BrokerPlugin;
* A <a href="http://www.graphviz.org/">DOT</a> file creator plugin which
* creates a DOT file showing the current connections
*
* @org.apache.xbean.XBean
*
* @version $Revision: $
*/
public class ConnectionDotFilePlugin implements BrokerPlugin {

View File

@ -22,6 +22,8 @@ import org.apache.activemq.broker.BrokerPlugin;
* A <a href="http://www.graphviz.org/">DOT</a>
* file creator plugin which creates a DOT file showing the current topic & queue hierarchies.
*
* @org.apache.xbean.XBean
*
* @version $Revision: $
*/
public class DestinationDotFilePlugin implements BrokerPlugin {