com.structurizr.configuration.Role Maven / Gradle / Ivy
The newest version!
package com.structurizr.configuration;
/**
* Represents the access that a user has to a workspace.
*/
public enum Role {
ReadWrite,
ReadOnly
}