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,35 **** * 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; /** * A Style is just the selector and declaration from a Rule. */ final public class Style { /** * A selector might have more than one selector. This is the one that was --- 21,37 ---- * 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 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