summaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/shared/communication/ServerRpc.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/vaadin/shared/communication/ServerRpc.java')
-rw-r--r--src/com/vaadin/shared/communication/ServerRpc.java15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/com/vaadin/shared/communication/ServerRpc.java b/src/com/vaadin/shared/communication/ServerRpc.java
deleted file mode 100644
index 5ee42a4bef..0000000000
--- a/src/com/vaadin/shared/communication/ServerRpc.java
+++ /dev/null
@@ -1,15 +0,0 @@
-/*
-@VaadinApache2LicenseForJavaFiles@
- */
-
-package com.vaadin.shared.communication;
-
-import java.io.Serializable;
-
-/**
- * Interface to be extended by all client to server RPC interfaces.
- *
- * @since 7.0
- */
-public interface ServerRpc extends Serializable {
-}