ldh0826 / snakeyaml

Automatically exported from code.google.com/p/snakeyaml
Apache License 2.0
0 stars 0 forks source link

Implement support for immutable instances (no JavaBeans) #140

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Support for immutable instances (no JavaBeans, because they do not have an 
empty constructor) should be an important improvement.
It is also a prerequisite for implementing Scala case classes.

Original issue reported on code.google.com by py4fun@gmail.com on 1 Feb 2012 at 3:55

GoogleCodeExporter commented 8 years ago
This feature depends on other pending changes. We will return to it once they 
are finished.

Original comment by py4fun@gmail.com on 9 Apr 2012 at 9:23