modules/graphics/src/main/java/javafx/css/Style.java

Print this page
rev 9240 : 8076423: JEP 253: Prepare JavaFX UI Controls & CSS APIs for Modularization

@@ -21,15 +21,17 @@
  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  * or visit www.oracle.com if you need additional information or have any
  * questions.
  */
 
-package com.sun.javafx.css;
+package javafx.css;
 
 
 /** 
  * A Style is just the selector and declaration from a Rule. 
+ *
+ * @since 9
  */
 final public class Style {
     
     /**
      * A selector might have more than one selector. This is the one that was