< prev index next >

src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/runtime/JaxBeanInfo.java

Print this page

        

*** 66,76 **** * via {@link JAXBContextImpl#getBeanInfo(Class,boolean)}. * * <p> * Typically, {@link JaxBeanInfo} implementations should be generated * by XJC/JXC. Those impl classes will register themselves to their ! * master <tt>ObjectFactory</tt> class. * * <p> * The type parameter BeanT is the Java class of the bean that this represents. * * @author --- 66,76 ---- * via {@link JAXBContextImpl#getBeanInfo(Class,boolean)}. * * <p> * Typically, {@link JaxBeanInfo} implementations should be generated * by XJC/JXC. Those impl classes will register themselves to their ! * master {@code ObjectFactory} class. * * <p> * The type parameter BeanT is the Java class of the bean that this represents. * * @author
< prev index next >