Dynamic Property Names must be valid Java Names
Brought to you by:
ddepinet,
rameshdanala
The dynamic properties used by the Editor Jewel often
include a "." in the name (e.g. "sec.editable" for
editable). But that's not a valid Java variable name so
any code-generated implementation can't use that name
for the dynamic property.
The dynamic properties (or facet names) defined in
IIntrospective should all be valid java names.