-
Bug
-
Resolution: Fixed
-
P2
-
9
-
b162
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8177592 | 10 | Jan Lahoda | P2 | Resolved | Fixed | b04 |
The methods to create types in the annotation processing Filer API, Filer.createSourceFile and Filer.createClassFile, take an optional module prefix to indicate the artifact should be created in a particular module.
The methods do not currently specify what module a type goes into if one is not specified (and modules are enabled).
This detail may be appropriate to specify or explicitly say it is not specified before the API is finalized for the release.
The methods do not currently specify what module a type goes into if one is not specified (and modules are enabled).
This detail may be appropriate to specify or explicitly say it is not specified before the API is finalized for the release.
- backported by
-
JDK-8177592 Need to specify module of types created by Filer.createSourceFile/Filer.createClassFile?
-
- Resolved
-