Wednesday, March 3, 2010

Compact Attribute Declaration

Attributes in a class don't have to be declared in the verbose way:

Attributes of the same type and visibility can be declared in a more compact manner:

This works in most cases - except you want to annotate each attribute in different way....

No comments:

Post a Comment