Package me.tamkungz.nilkit.entrypoint
Interface NilKitEntrypointModule
- All Known Implementing Classes:
DefaultSdkEntrypointModule
public interface NilKitEntrypointModule
Java-first registration API for NilKit users.
Implement this interface to register entrypoints using ServiceLoader.
To use, create a file:
META-INF/services/me.tamkungz.nilkit.entrypoint.NilKitEntrypointModule
and list your implementation class.
-
Method Summary