Package org.jboss.test.xb.builder.object.javabean.support

Examples of org.jboss.test.xb.builder.object.javabean.support.TestWildcard


   }

   public void testProperty() throws Exception
   {
      TestPropertyWildcard bean = unmarshalJavaBean(TestPropertyWildcard.class);
      TestWildcard wildcard = bean.getBean();
      assertNotNull(wildcard);
   }
View Full Code Here

TOP

Related Classes of org.jboss.test.xb.builder.object.javabean.support.TestWildcard

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.