-
Notifications
You must be signed in to change notification settings - Fork 33
Closed
Labels
Description
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,