Duplicate :
|
|
Relates :
|
|
Relates :
|
It should be possible to determine if a module element is for an unnamed module, or for an automatic module. This information is available within the java implementation, but should be exposed to clients via the public API. One possible solution that is in line with similar existing methods would be to provide the following methods: boolean Elements.isUnnamedModule(ModuleElement) boolean Elements.isAutomaticModule(ModuleElement)
|