summaryrefslogtreecommitdiffstats
path: root/ri/src/main/java/javax/annotation/WillNotClose.java
diff options
context:
space:
mode:
Diffstat (limited to 'ri/src/main/java/javax/annotation/WillNotClose.java')
-rw-r--r--ri/src/main/java/javax/annotation/WillNotClose.java15
1 files changed, 0 insertions, 15 deletions
diff --git a/ri/src/main/java/javax/annotation/WillNotClose.java b/ri/src/main/java/javax/annotation/WillNotClose.java
deleted file mode 100644
index d698b7c..0000000
--- a/ri/src/main/java/javax/annotation/WillNotClose.java
+++ /dev/null
@@ -1,15 +0,0 @@
-package javax.annotation;
-
-import java.lang.annotation.Documented;
-import java.lang.annotation.Retention;
-import java.lang.annotation.RetentionPolicy;
-
-@Documented
-@Retention(RetentionPolicy.RUNTIME)
-/**
- * Used to annotate a method parameter to indicate that this method will not
- * close the resource.
- */
-public @interface WillNotClose {
-
-}