# HG changeset patch # User Doug Simon # Date 1364314430 -3600 # Node ID 391df429b4a08ea025c717de0015dc9590424ecf # Parent ba0458c143bb89a80081928dc2e3fb2fd41cadea documentation correction diff -r ba0458c143bb -r 391df429b4a0 graal/com.oracle.graal.graph/src/com/oracle/graal/graph/Node.java --- a/graal/com.oracle.graal.graph/src/com/oracle/graal/graph/Node.java Tue Mar 26 16:16:58 2013 +0100 +++ b/graal/com.oracle.graal.graph/src/com/oracle/graal/graph/Node.java Tue Mar 26 17:13:50 2013 +0100 @@ -86,9 +86,6 @@ * annotated method can be replaced with an instance of the node class denoted by * {@link #value()}. For this reason, the signature of the annotated method must match the * signature of a constructor in the node class. - *

- * All methods annotated with this annotation must be declared native to ensure they throw a - * {@link UnsatisfiedLinkError} if called by non-Graal compiled code. */ @Retention(RetentionPolicy.RUNTIME) @Target(ElementType.METHOD)