changeset 13213:d49e17387efc

Merge
author Christian Wimmer <christian.wimmer@oracle.com>
date Mon, 02 Dec 2013 15:08:14 -0800
parents eb03a7335eb0 (current diff) 862a5d60a58a (diff)
children 3f34b8f91cc5
files
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/graal/com.oracle.truffle.api.dsl/src/com/oracle/truffle/api/dsl/ImplicitCast.java	Mon Dec 02 14:20:32 2013 -0800
+++ b/graal/com.oracle.truffle.api.dsl/src/com/oracle/truffle/api/dsl/ImplicitCast.java	Mon Dec 02 15:08:14 2013 -0800
@@ -26,10 +26,6 @@
 
 import java.lang.annotation.*;
 
-/**
- * EXPERIMENTAL Filter feature. May change or disappear without notice. This feature is not
- * functional yet.
- */
 @Retention(RetentionPolicy.CLASS)
 @Target({ElementType.METHOD})
 public @interface ImplicitCast {