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

parquet.org.codehaus.jackson.map.util.Named Maven / Gradle / Ivy

There is a newer version: 3.0.0-10
Show newest version
package com.facebook.presto.hive.$internal.org.codehaus.jackson.map.util;

/**
 * Simple tag interface mostly to allow sorting by name
 *
 * @since 1.9
 */
public interface Named {
    public String getName();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy