IMO:
it's static because you want to make it a class-variable (NOT instance variable)
it's final, because you will never change it
anonymous wrote :
| The only place currently reffering to this attribute is within the class itself
(getRestrictions).That's why it is private
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4129131#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...