EntityInterface.java :  » JSON » jsonmarshaller » com » twolattes » json » Java Open Source

Java Open Source » JSON » jsonmarshaller 
jsonmarshaller » com » twolattes » json » EntityInterface.java
package com.twolattes.json;

@Entity(implementedBy = EntityInterfaceImpl.class)
public interface EntityInterface {
  @Value
  boolean isWhatever();
  
  @Value
  void setWhatever(boolean whatever);
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.