File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
src/java.base/share/classes/java/lang/classfile Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 2828import java .lang .classfile .attribute .*;
2929
3030import jdk .internal .classfile .impl .AbstractAttributeMapper .*;
31+ import jdk .internal .javac .PreviewFeature ;
3132
3233/**
3334 * Attribute mappers for predefined (JVMS {@jvms 4.7}) and JDK-specific
@@ -250,8 +251,9 @@ public static AttributeMapper<LineNumberTableAttribute> lineNumberTable() {
250251
251252 /**
252253 * {@return Attribute mapper for the {@code LoadableDescriptors} attribute}
253- * @since 23
254+ * @since Valhalla
254255 */
256+ @ PreviewFeature (feature = PreviewFeature .Feature .VALUE_OBJECTS )
255257 public static AttributeMapper <LoadableDescriptorsAttribute > loadableDescriptors () {
256258 return LoadableDescriptorsMapper .INSTANCE ;
257259 }
You can’t perform that action at this time.
0 commit comments