Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.0.0-RC2
-
None
Description
Immutable schema object classes (like AttributeType, ObjectClass, etc) are not valid : there is no way you can assign a field in one of the instances.
Actually, we are only using the mutable inherited class, which is quite dumb.
We should define factories for those immutable classes.