JDefinedClass getMods() · Issue #633 · javaee/jaxb-v2 (original) (raw)
This repository was archived by the owner on Feb 5, 2019. It is now read-only.
This repository was archived by the owner on Feb 5, 2019. It is now read-only.
Description
Hi, it's me again (:
is it possibly that JDefinedClass could return its modifiers like:
public class JDefinedClass ... {
private JMods mods;
public Mods mods() {
return mods;
}
in that case JDefinedClass would match better to JVar which already defines:
public class JVar ... {
private JMods mods;
public JMods mods() {
return mods;
}
and I could check in my plugin wheter a class is static or not
thanks alot
Flori
Environment
Operating System: All
Platform: All
Affected Versions
[2.1.9]