RFR: 8374658: Consider use of "included" rather than "enclosed" in jx.a.p.Processor [v3]

Joe Darcy darcy at openjdk.org
Tue Feb 24 06:00:01 UTC 2026


> The use of "enclosed" in javax.annotation.processing.Processor looks to be using a more colloquial definition than the JLS-eque notion of "enclosed" used in parts of the javax.lang.model API.
> 
> Instead, this PR proposes to switch from "enclosed" to "included," a term already used in RoundEnvironment for the concept in question.

Joe Darcy has updated the pull request incrementally with one additional commit since the last revision:

  Reflow paragraph

-------------

Changes:
  - all: https://git.openjdk.org/jdk/pull/29076/files
  - new: https://git.openjdk.org/jdk/pull/29076/files/81adfd24..a5b08795

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=29076&range=02
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=29076&range=01-02

  Stats: 8 lines in 1 file changed: 1 ins; 0 del; 7 mod
  Patch: https://git.openjdk.org/jdk/pull/29076.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/29076/head:pull/29076

PR: https://git.openjdk.org/jdk/pull/29076


More information about the compiler-dev mailing list