On Tue, 2008-10-14 at 20:59 +0200, Bernd Fondermann wrote:
> Simone Gianni wrote:
> > I think it means "package protected".
> 
> Exactly.
> The comment was added to highlight that 'default' accessibility is 
> declared here (which unfortunately does not have a Java keyword on its 
> own). See 
> http://java.sun.com/docs/books/jls/third_edition/html/names.html#6.6.1 , 
> very last bullet point.

Ok, thanks for the clarification, just never saw it before.

salu2

> 
> > 
> > Simone
> > 
> > Thorsten Scherler wrote:
> >> On Sun, 2008-10-12 at 19:00 +0000, [EMAIL PROTECTED] wrote:
> >> ...
> >>   
> >>> +     /*package*/ void setSubscriptionType(SubscriptionType 
> >>> subscriptionType) {
> >>> +         this.subscriptionType = subscriptionType;
> >>> +    }
> >>> +
> >>>     
> >> What does /*package*/?
> >>
> >> salu2
> >>   
> > 
> > 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
-- 
Thorsten Scherler                                 thorsten.at.apache.org
Open Source Java                      consulting, training and solutions


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to