All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.sun.xml.bind.v2.model.impl.ModelBuilderI Maven / Gradle / Ivy

Go to download

Old JAXB Core module. Contains sources required by XJC, JXC and Runtime modules with dependencies.

There is a newer version: 4.0.5
Show newest version
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 - 2024 Weber Informatics LLC | Privacy Policy