in src/main/scala/security/UserTier.scala [4:14]
def toString():String
/**
* returns true if this permission level is less than the "other" permission level, false if this is greater than or equal to
* @param other other permission level to compare to
* @return
*/
def < (other:UserTier):Boolean
}
case object DeveloperTier extends UserTier {