Where does Scala store information that cannot be represented in Java?
问题 There are some constructs that don't have equivalents in java. Examples would be named parameters instance private members Where/How does Scala store the information necessary for this stuff (some kind of flag in the first case, the parameter names in the second case? If I get it right this has to get stored in the byte code, since it works even if I just have a compiled library without the source code!? 回答1: This information is captured in an annotation named ScalaSig in the class file (see