Go to most recent revision | View as "text/plain" | Blame | Compare with Previous | Last modification | View Log | RSS feed
package com.spice.profitmandi.dao.enumuration;/*** This is used to enable or disable a particular resource.** @author ashikali**/public enum Status {ACTIVE,INACTIVE;Status() {}}