所以我看到了这个问题:在 Java 中,default、public、protected 和 private 之间的区别并决定no modifier
在我的域模型(MVC)中使用,但我不明白如何将它们放在域模型图中?
根据维基百科:
"+" Public
"-" Private
"#" Protected
"/" Derived (can be combined with one of the others)
"_" Static
但是我看不到我应该为没有放置修饰符的字段使用什么?