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

com.tomtom.james.common.api.informationpoint.Metadata Maven / Gradle / Ivy

There is a newer version: 2.0.8
Show newest version
package com.tomtom.james.common.api.informationpoint;

import java.util.concurrent.ConcurrentHashMap;

public class Metadata extends ConcurrentHashMap {

    public static final String PREFIX = "@metadata";

    @Override
    public String toString() {
        return "Metadata: " + super.toString();
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy