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

org.nohope.jaxb2.plugin.metadata.IMetadataHolder Maven / Gradle / Ivy

There is a newer version: 0.2.3
Show newest version
package org.nohope.jaxb2.plugin.metadata;

/**
 * Marker interface for models containing metadata-driven descriptors.
 *
 * @author ketoth xupack
 * @since 9/30/13 3:19 PM
 */
public interface IMetadataHolder> {
    D getInstanceDescriptor();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy