This is with respect to providing an alternate java model implementation
for binary classes defined in other projects.
Given two JavaClass with exactly the same java definition, but one comes
from source code, and the other from a binary class file, (or in other
terms, one is editable, the other is not), would
(javaClass1.equals(javaClass2) == true)?
It likely does not matter in practice. The likelihood of a forge developer
creating as source class with a definition exactly like a binary dependency
seems very low, not impossible, but low.
John