Interface IBootstrap
public interface IBootstrap
-
Method Summary
-
Method Details
-
dasBoot
static boolean dasBoot()Generated classes statically initialize with a call to this method, regardless of whether or not the class is generated for use statically. -
boot
boolean boot()The implementor boots Manifold here. Note this method is called many time and should short-circuit once Manifold is initialized.- Returns:
- true if initialization succeeds
-