Subversion Repositories SmartDukaan

Rev

Rev 1061 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

package in.shop2020.content.security;

/**
 * Roles for the content tool. Each role have different permissions.
 * 
 * @author rajveer
 *
 */
public enum Role {
        ADMIN,
        EDITOR,
        DEVELOPER
}