Hi,
We've found out that ObjectDB has its own annotation called @Enhancement which can be applied to non-persistent classes (with format (enabled = false)), so that they are not enhanced at all.
We found this annotation by accident and proved its behaviour via tests, but did not find any documentation about it.
Could u please confirm, that it works like I described ?
Would it be possible to distribute this single Annotation definition to 3rd parties (our customers) if we have a site license ? Do u have a separate JAR with annotation which we could use for distribution or should we create our own ?
Thx.