[code-reflection] RFR: Rename @CodeReflection to @Reflect
Maurizio Cimadamore
mcimadamore at openjdk.org
Fri Nov 21 14:23:32 UTC 2025
On Fri, 21 Nov 2025 13:42:35 GMT, Maurizio Cimadamore <mcimadamore at openjdk.org> wrote:
> This PR changes `@CodeReflection` into `@Reflect`.
>
> There are lots of changes, but all of them are shallow.
src/jdk.incubator.code/share/classes/jdk/incubator/code/internal/CodeReflectionSymbols.java line 58:
> 56: Names names = Names.instance(context);
> 57: ModuleSymbol jdk_incubator_code = syms.enterModule(names.jdk_incubator_code);
> 58: codeReflectionType = syms.enterClass(jdk_incubator_code, "jdk.incubator.code.Reflect");
This is the only case of a rename affecting a string
-------------
PR Review Comment: https://git.openjdk.org/babylon/pull/693#discussion_r2549905550
More information about the babylon-dev
mailing list