![JAR search and dependency download from the Maven repository](/logo.png)
com.sun.xml.bind.v2.model.impl.ModelBuilderI Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of webservices-rt Show documentation
Show all versions of webservices-rt Show documentation
This module contains the Metro runtime code.
package com.sun.xml.bind.v2.model.impl;
import com.sun.xml.bind.v2.model.annotation.AnnotationReader;
import com.sun.xml.bind.v2.model.nav.Navigator;
/**
* User: Iaroslav Savytskyi
* Date: 24/05/12
*/
public interface ModelBuilderI {
Navigator getNavigator();
AnnotationReader getReader();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy