JDK 20 |
---|
20Unresolved |
CSR :
|
|
Cloners :
|
|
Relates :
|
Some access flags apply only to class files with a range of class file versions. The java.lang.AccessFlag class should return the AccessFlag corresponding to the actual accessflags that appear in the class file and depending on the class file version. For example, the access flag SYNTHETIC was introduced in class file format version 50 and its locatoins were updated in version 51. The modifier bit ACC_SYNTHETIC (0x1000) is not defined before class file format version 50.
|