Back to project page anode.
The source code is released under:
Apache License
If you think the Android project anode 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 org.meshpoint.anode.bridge; /*from ww w.j av a2 s . co m*/ /* * NOTE that this is a stub class only. */ import org.meshpoint.anode.idl.InterfaceManager; public class Env { public static Env getCurrent() {return (Env)null;} public InterfaceManager getInterfaceManager() {return (InterfaceManager)null;} }