When reading through the Eclipse Batch Compiler Documentation for Java, I came accross the flag -referenceInfo
whichs description is as follows:
Compute reference info. This is useful only if connected to the builder. The reference infos are useless otherwise.
What are does reference infos? Are those infos about object references? Is there any documentation available?