elementName : elementType { attribute = value; attribute = value };Notice that the last attribute/value pair before a closing brace (}) does not end with a semicolon (;).
As described in the previous section, value can be a constant, variable, or method. It can also be a string of messages joined by a dot, similar to the Java syntax for sending messages but without the parentheses. For example:
application.upSince.description
Table of Contents Next Section