< prev index next >

src/jdk.vm.ci/share/classes/jdk.vm.ci.options/src/jdk/vm/ci/options/Option.java

Print this page

        

*** 20,30 **** * or visit www.oracle.com if you need additional information or have any * questions. */ package jdk.vm.ci.options; ! import java.lang.annotation.*; /** * Describes the attributes of an option whose {@link OptionValue value} is in a static field * annotated by this annotation type. * --- 20,33 ---- * or visit www.oracle.com if you need additional information or have any * questions. */ package jdk.vm.ci.options; ! import java.lang.annotation.ElementType; ! import java.lang.annotation.Retention; ! import java.lang.annotation.RetentionPolicy; ! import java.lang.annotation.Target; /** * Describes the attributes of an option whose {@link OptionValue value} is in a static field * annotated by this annotation type. *
< prev index next >