com.github.jhonyscamacho.finaluser.service.RoleGroupService Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of final-user Show documentation
Show all versions of final-user Show documentation
A bunch of classes that help developers building login and authentication.
The newest version!
package com.github.jhonyscamacho.finaluser.service;
import java.util.List;
import javax.ejb.Remote;
import com.github.jhonyscamacho.finaluser.domain.RoleGroup;
import com.github.jhonyscamacho.service.Service;
//@Local
@Remote
public interface RoleGroupService extends Service {
public List findAll();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy