1 package org.jboss.test.profileservice.profiles.p0.beans;2 3 import org.jboss.annotation.management.ManagedProperty;4 import org.jboss.annotation.management.ViewUse;5 6 /**7 * @author ccrouch@jboss.org8 * @version $Revision$9 */10 public class NoTxConnectionManager {11 @ManagedProperty (use= ViewUse.CONFIGURATION)12 public String securityDomainJndiName;13 }14