You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
accounting-dashboard/src/main/java/org/gcube/portlets/user/accountingdashboard/client/application/controller/ApplicationCache.java

28 lines
410 B
Java

package org.gcube.portlets.user.accountingdashboard.client.application.controller;
import java.io.Serializable;
/**
*
* @author Giancarlo Panichi
*
*/
public class ApplicationCache implements Serializable {
/**
*
*/
private static final long serialVersionUID = 4076265357737593194L;
public ApplicationCache() {
}
@Override
public String toString() {
return "ApplicationCache";
}
}