com.minlia.cloud.aop.common.IdentifiableUser Maven / Gradle / Ivy
package com.minlia.cloud.aop.common;
import java.util.UUID;
/**
* Interface to mark objects associated with a user.
*/
public interface IdentifiableUser {
UUID getUserUuid();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy