aboutsummaryrefslogtreecommitdiffstats
path: root/guava/src/com/google/common/cache/RemovalListener.java
diff options
context:
space:
mode:
Diffstat (limited to 'guava/src/com/google/common/cache/RemovalListener.java')
-rw-r--r--guava/src/com/google/common/cache/RemovalListener.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/guava/src/com/google/common/cache/RemovalListener.java b/guava/src/com/google/common/cache/RemovalListener.java
index 270a7c4..e9b6c2c 100644
--- a/guava/src/com/google/common/cache/RemovalListener.java
+++ b/guava/src/com/google/common/cache/RemovalListener.java
@@ -17,7 +17,6 @@
package com.google.common.cache;
import com.google.common.annotations.Beta;
-import com.google.common.annotations.GwtCompatible;
/**
* An object that can receive a notification when an entry is removed from a cache. The removal
@@ -37,7 +36,6 @@ import com.google.common.annotations.GwtCompatible;
* @since 10.0
*/
@Beta
-@GwtCompatible
public interface RemovalListener<K, V> {
/**
* Notifies the listener that a removal occurred at some point in the past.