io.robe.auth.data.entry.RoleEntry Maven / Gradle / Ivy
package io.robe.auth.data.entry;
public interface RoleEntry {
String getId();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package io.robe.auth.data.entry;
public interface RoleEntry {
String getId();
}