issingleton or issingleton()?
</literal>
</blockquote>
where <replaceable>PerClause</replaceable> defines how the aspect is
- instantiated and associated (<literal>issingleton</literal> by
+ instantiated and associated (<literal>issingleton()</literal> by
default):
</para>
<tbody valign="top">
<row>
<entry>
- [ <literal>issingleton</literal> ]
+ [ <literal>issingleton()</literal> ]
</entry>
<entry>
One instance of the aspect is made. This is
<itemizedlist>
<listitem><literal>aspect <replaceable>Id</replaceable> { ... }</literal></listitem>
- <listitem><literal>aspect <replaceable>Id</replaceable> issingleton { ... }</literal></listitem>
+ <listitem><literal>aspect <replaceable>Id</replaceable> issingleton() { ... }</literal></listitem>
</itemizedlist>
<para>
- By default (or by using the modifier <literal>issingleton</literal>)
+ By default (or by using the modifier <literal>issingleton()</literal>)
an aspect has exactly one instance that cuts across the entire
program. That instance is available at any time during program
execution with the static method <literal>aspectOf()</literal>