Re: RFR: JDK-8322979: Add informative discussion to Modifier [v4]

2024-08-22 Thread Pavel Rappo
On Thu, 11 Jan 2024 09:38:50 GMT, Alan Bateman wrote: >> src/java.base/share/classes/java/lang/reflect/Modifier.java line 238: >> >>> 236: * modifiers of a class or member, source-level modifiers that do >>> 237: * not not have a constant in the this class should be >>> 238: * inc

Re: RFR: JDK-8322979: Add informative discussion to Modifier [v4]

2024-01-12 Thread Joe Darcy
> Add a few apiNote concerning source-level modifiers that are not represented > in java.lang.reflect.Modifier. Joe Darcy has updated the pull request incrementally with one additional commit since the last revision: Reflow paragraph. - Changes: - all: https://git.openjdk.org/