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

com.uid2.shared.model.KeyIdentifier Maven / Gradle / Ivy

package com.uid2.shared.model;

public class KeyIdentifier {
    private final int id;

    public KeyIdentifier(int id) {
        this.id = id;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy