@Immutable"

From Documentation
Line 13: Line 13:
 
'''Purpose:''' Marker annotation to indicate an immutable class.
 
'''Purpose:''' Marker annotation to indicate an immutable class.
  
The properties of immutable class won't be tracked and reduce the cost of tracking.
+
The properties of an immutable class won't be tracked and thus reduce the resources needed in the application.
  
 
= Example =
 
= Example =

Revision as of 04:42, 10 February 2012


Syntax

@Immutable

Description

Target: class

Purpose: Marker annotation to indicate an immutable class.

The properties of an immutable class won't be tracked and thus reduce the resources needed in the application.

Example

@Immutable
public class SysConfiguration{

}



Version History

Last Update : 2012/02/10


Version Date Content
6.0.0 February 2012 The MVVM was introduced.




Last Update : 2012/02/10

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