Back to project page physics.
The source code is released under:
GNU General Public License
If you think the Android project physics listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.nuaavee.physics.model; //w w w.ja v a 2 s . c o m import com.google.inject.AbstractModule; /** * @author nuaavee */ public class ModelModule extends AbstractModule { @Override protected void configure() { } }