The other day I was using VASGen, my free tool for generating ActionScript 3 code from UML via Violet, and realized the getters and setters on generated properties had the wrong visibility.
Doh!
Not sure how I missed that one before, but it was a trivial fix. Visit the VASGen project page to get the latest (0.2.1) code.
1 comment:
Hi - im not sure if you are supporting/developing vasgen anymore (a shame, cause it rocks!)
but how can I explicitly tell casgen not to add visibility modifiers to an interface? (As it adds visibility modifiers to interfaces, which causes compiler error)
Post a Comment