< prev index next >

src/jdk.compiler/share/classes/com/sun/source/tree/BreakTree.java

Print this page
rev 51258 : imported patch switch
rev 51259 : imported patch switch.01

@@ -53,16 +53,16 @@
     Name getLabel();
 
     /**
      * Returns the expression for this {@code break} statement.
      * 
-     * @apiNote
-     * This method is modeling value breaks, which are part of
+     * @return the expression
+     * @since 12
+     *
+     * @deprecated This method is modeling value breaks, which are part of
      * a preview feature and may be removed if the preview feature
      * is removed.
      * 
-     * @return the expression
-     * @since 12
      */
     @Deprecated(forRemoval=true, since="12")
     ExpressionTree getValue();
 }
< prev index next >