aboutsummaryrefslogtreecommitdiff
path: root/android/guava/src/com/google/common/io/FileWriteMode.java
diff options
context:
space:
mode:
Diffstat (limited to 'android/guava/src/com/google/common/io/FileWriteMode.java')
-rw-r--r--android/guava/src/com/google/common/io/FileWriteMode.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/android/guava/src/com/google/common/io/FileWriteMode.java b/android/guava/src/com/google/common/io/FileWriteMode.java
index 86872d1ba..47cf251e7 100644
--- a/android/guava/src/com/google/common/io/FileWriteMode.java
+++ b/android/guava/src/com/google/common/io/FileWriteMode.java
@@ -15,6 +15,7 @@
package com.google.common.io;
import com.google.common.annotations.GwtIncompatible;
+import com.google.common.annotations.J2ktIncompatible;
/**
* Modes for opening a file for writing. The default when mode when none is specified is to truncate
@@ -22,6 +23,7 @@ import com.google.common.annotations.GwtIncompatible;
*
* @author Colin Decker
*/
+@J2ktIncompatible
@GwtIncompatible
@ElementTypesAreNonnullByDefault
public enum FileWriteMode {