DOC

io.nuun : kernel

Maven & Gradle

Aug 05, 2020

Nuun IO Kernel · Nuun Kernel is a software kernel for framework creation. It brings a powerful plugin design plus a JSR 330 compliant injection mechanism backed by Guice. Plugin benefits from kernel capabilities by sendings request to it : - kernel params request : - Classpath scans request :on class by name, annotation, meta annotation or more generally Predicate - Binding Request : Nuun Kernel provides an SPI in order to bring IOC from other vendors. Nuun Kernel come with 2 plugins: - Configuration Plugin : a plugin that inject the good property based on @Property annotation. - Log plugin : a Log handler that inject the good Log implementation

Table Of Contents

Latest Version

Download io.nuun : kernel Javadoc & API Documentation - Latest Versions:

All Versions

Download io.nuun : kernel Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.0.x
kernel

How to open Javadoc JAR file in web browser

  1. Rename the file kernel-kernel-tests-javadoc.jar to kernel-kernel-tests-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder kernel-kernel-tests-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "kernel-kernel-tests-sources.jar" -d "kernel-kernel-tests-javadoc" -subpackages 

Advertisement