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

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