Hi Ricardo,
By classes you mean the extension main class where you write the actions?
I'm pretty sure that it is a singleton in most cases, but you sould not assume it. I would recommend you to avoid declaring any local variables at the class level unless they are static and threadsafe (to keep global caches for example).
What are you trying to achieve? You want reuse or not?
Regards,
João Rosado
What are you actu
By classes you mean the extension main class where you write the actions?
I'm pretty sure that it is a singleton in most cases, but you sould not assume it. I would recommend you to avoid declaring any local variables at the class level unless they are static and threadsafe (to keep global caches for example).
What are you trying to achieve? You want reuse or not?
Regards,
João Rosado
What are you actu