【发布时间】:2013-05-28 22:15:05
【问题描述】:
所以我看到了这个问题:In Java, difference between default, public, protected, and private 并决定在我的域模型(MVC)中使用no modifier,但我不明白如何将它们放入域模型图中?
根据Wikipedia:
"+" Public
"-" Private
"#" Protected
"/" Derived (can be combined with one of the others)
"_" Static
但是我没有看到我应该为没有放置修饰符的字段使用什么?
【问题讨论】:
标签: java model-view-controller uml