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

ph.com.nightowlstudios.auth.UserRole Maven / Gradle / Ivy

There is a newer version: 6.21.1
Show newest version
package ph.com.nightowlstudios.auth;

/**
 * @author Joseph Harvey Angeles - @yev
 * @since 9/12/20
 */
public enum UserRole {
  User,
  Admin,
  SuperUser,
  GodLike
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy