com.infusers.core.security.common.NewUserCreatedEvent Maven / Gradle / Ivy
package com.infusers.core.security.common;
import org.springframework.context.ApplicationEvent;
public class NewUserCreatedEvent extends ApplicationEvent {
public NewUserCreatedEvent(Object source) {
super(source);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy