My understanding of the standard Java compilation process is that you (conceptually) parse the .class file, and that tells you everything you are allowed to know about the class. so if you built a header file that way, that would be all that is needed for any other file that uses the class.
The header file you are currently producing is a superset, sometimes a vastly larger superset, of That minimal header. The header you're producing is needed to compile the class, but not to use it. -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/codenameone-discussions. To view this discussion on the web visit https://groups.google.com/d/msgid/codenameone-discussions/0eb93801-1892-41bc-95ae-b727265e7e6a%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
