You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That's worked.
Really sorry, was my mistake, because I migrated from old jcodemodel (org.glassfish.jaxb).
I tried to delete my message, but it wasn't fast enough XD
I really appreciate your attention and great job!!
All the est!!
Hi @phax
I faced with an "unusual" situation, where I need to pass a Class as a parameter in a constant enum. In other words, something like that:
ERRO_SQL("900","System Error", MonitoringKeySQL.class)
I have defined
JDefinedClass monitoringKeySQL= createJDefinedClass("package.MonitoringKeySQL");
enums.arg(<class here???>);
Please, could help me with this situation?
All the best,
The text was updated successfully, but these errors were encountered: