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

com.github.javaclub.base.service.AdminUserProfileBuilder Maven / Gradle / Ivy

package com.github.javaclub.base.service;

import com.github.javaclub.base.domain.AdminUser;

public interface AdminUserProfileBuilder {

	void onLogin(AdminUser admin);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy