class obfuscation

Hi All.

A simple question (probably more for the Servoy folk themselves ???):
Which classes should be omitted from obfuscation when deploying a jar ?

I thought initially along the lines of classes that implement or extend com.servoy.j2db interfaces and classes…but I am having some problems :(

Assistance appreciated.

julian

you should only not obfusicate classes that are also referenced from other places..
Like the Plugin itself and the Scriptable object if you have one that will be access by the javascript code.