If it happened to me before, maybe what I've posted here will help you.
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:> public class CompactClass { private String firstName,lastName,description; }
This works in most cases - except you want to annotate each attribute in different way....
No comments:
Post a Comment