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

com.sun.istack.Builder Maven / Gradle / Ivy

Go to download

Old JAXB Runtime module. Contains sources required for runtime processing.

There is a newer version: 4.0.5
Show newest version
package com.sun.istack;

/**
 *
 * @author Martin Grebac
 */
public interface Builder {
    T build();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy