← Prev in month ← Prev in thread
Next in thread → Next in month →

NEW ISSUE: Incorrect description of @Scope annotation default

From
Simon Nash <>
Date
2008-09-15T21:52:34+00:00
ID
Thread
NEW ISSUE: Incorrect description of @Scope annotation default
TARGET: Java Common Annotations and APIs, WD 04, section 8.17

DESCRIPTION: Incorrect description of @Scope annotation default

On line 1630, the default scope is not always STATELESS.  If the
implementation offers an @Conversational service, its default
scope is CONVERSATION (see line 171).

PROPOSAL:

Remove lines 1630 through 1632.  After line 1638, insert the
text "The default value is STATELESS, except for an implementation
offering a @Conversational service, which has a default scope of
CONVERSATION.  See section 2.2 for more details of the SCA-defined
scopes."
← Prev in month ← Prev in thread
Next in thread → Next in month →