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;
}
}
package com.uid2.shared.model;
public class KeyIdentifier {
private final int id;
public KeyIdentifier(int id) {
this.id = id;
}
}