See: Description
Package | Description |
---|---|
org.netbeans.api.settings |
Provides annotations to simplify use of convertors.
|
org.netbeans.spi.settings |
Makes it possible to store settings in a custom human-readable storage format or
reuse any existing format by using convertors.
|
No need for the instances to have default constructor anymore. One can tell the system to use different factory method.
To be consistent with behavior of methodvalue attribute of
XMLFileSystem,
now the factory methods referenced from settings files can be private static
as well.
Easy way to use JavaBean's archiver for persistence of objects.
Semantics of readProperties
method has been extended
to allow the method to return an object. Read
more.
Human friendly way to register XML property based convertor via
the @ConvertAsProperties
annotation.
|
|
|
Read more about the implementation in the answers to architecture questions.