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.


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]

Reply via email to