@Immutable

From Documentation
Revision as of 02:51, 12 January 2022 by Hawk (talk | contribs) ((via JWB))

Stop.png This article is out of date, please refer to zk-mvvm-book/8.0/syntax/viewmodel/immutable for more up to date information.


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 : 2022/01/12


Version Date Content
6.0.0 February 2012 The MVVM was introduced.




Last Update : 2022/01/12

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