Re: 1-Wire application compiled into slush?
"Kris Ardis" <Kristopher.Ardis-6tN4nzCoH/[email protected]>
| Newsgroups | gmane.comp.hardware.microcontrollers.tini |
|---|---|
| Message-ID | <00dc01c3df61$aa7fa660$764000b4@kardis> |
> 1. For me it is not obvious from the documentation which > containers/classes need reflection. Where can I find this > information? We don't have any specific document on this. But in our modules package, you should not need reflection for CAN, I2C, PPP, and SPI, since your application should probably call these classes directly. If you are calling functions in these classes using the java.lang.reflect package, then you would need their reflection information. 1-Wire functions like 'getContainer()' and the URL protocol stuff load their implementing classes dynamically (using a Class.forName call) and need their reflection information. > 2. Does it make sense to use > > -noreflect -ref xyz > > with xyz listing the containers/classes requiring reflection? Yes. That is what the 'ref' tag was intended for. Kris _______________________________________________ TINI mailing list TINI-6tN4nzCoH/[email protected] To UNSUBSCRIBE, edit your profile, or see list archives: http://lists.dalsemi.com/mailman/listinfo/tini