![JAR search and dependency download from the Maven repository](/logo.png)
org.codegas.commons.domain.event.DomainEvent Maven / Gradle / Ivy
package org.codegas.commons.domain.event;
import java.time.LocalDateTime;
public interface DomainEvent {
LocalDateTime occurredOn();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy