@Immutable

From Documentation
Revision as of 07:11, 8 February 2012 by Hawk (talk | contribs) (Created page with "{{ZKDevelopersReferencePageHeader}} =Syntax= <source lang="java"> @Immutable </source> = Description = '''Target:''' class '''Purpose:''' Marker annotation to indicate an im...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


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{

}




Last Update : 2012/02/08

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