@Immutable

From Documentation
Revision as of 01:49, 9 February 2012 by Hawk (talk | contribs)


Syntax

@Immutable

Description

Target: class

Purpose: Marker annotation to indicate an immutable class.

The properties of immutable class won't be tracked and reduce the cost of tracking.

Example

@Immutable
public class SysConfiguration{

}



Version History

Last Update : 2012/02/09


Version Date Content
6.0.0 February 2012 The MVVM was introduced.




Last Update : 2012/02/09

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.