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

io.protostuff.compiler.model.Descriptor Maven / Gradle / Ivy

The newest version!
package io.protostuff.compiler.model;

/**
 * Base interface for all proto elements.
 *
 * @author Kostiantyn Shchepanovskyi
 */
public interface Descriptor extends Element {

    String getName();

    DynamicMessage getOptions();

    DescriptorType getDescriptorType();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy