My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
TagConstant  
@constant
Updated Aug 4, 2011 by micm...@gmail.com

The @constant Tag

The @constant tag allows you to mark a variable as being constant.

Syntax

@constant

Example

/**
 * @constant
 */
const acceleration = 9.80665;
Powered by Google Project Hosting