OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

sca-j message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: ISSUE 41: Proposal



Ref: sca-javacaa-1.1-spec-WD03.doc
Change the text in the given sections and line range as given below:

Section 2.2 - Line 121:
Note that only public, no-argument methods with a void return type MAY be
annotated as lifecycle methods.

Section 8.9 - Lines 1184-1186:
The @Destroy annotation is used to denote a Java class method that will be
called when the scope defined for the local service implemented by the
class ends. The method MUST have a void return type and no arguments. The
annotated method MUST be public.

Section 8.12 - Lines 1257-1260:
The @Init annotation is used to denote a Java class method that is called
when the scope defined for the local service implemented by the class
starts. The method MUST have a void return type and no arguments. The
annotated method MUST be public.  The annotated method is called after all
property and reference injection is complete.



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]