io.rtr.alchemy.service.metadata.IdentitiesMetadata Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of alchemy-service Show documentation
Show all versions of alchemy-service Show documentation
REST service for hosting Alchemy as a service
package io.rtr.alchemy.service.metadata;
import java.util.LinkedHashMap;
/**
* A collection of meta data for identity types
*/
public class IdentitiesMetadata extends LinkedHashMap {
private static final long serialVersionUID = 7083352357635834895L;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy