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

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

package com.github.javaclub.base.service;

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

public interface AppUserProfileBuilder {

	void buildup(UserProfile profile);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy