1 2 package org.jahia.content; 3 4 /** 5 * This class represents the current state of a content object. To be used in 6 * the new workflow system. 7 * @todo this is still a very abstract class, to be completed. 8 * @author Serge Huber 9 */ 10 public class State { 11 } 12