jar

org.nuunframework : nuun-kernel

Maven & Gradle

Sep 11, 2014
6 usages
14 stars

nuun-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 org.nuunframework : nuun-kernel JAR file - Latest Versions:

All Versions

Download org.nuunframework : nuun-kernel JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1.x
1.0.x
0.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window nuun-kernel-1.1.0.M6.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.nuunframework.kernel.internal.scanner

├─ org.nuunframework.kernel.internal.scanner.ClasspathScanner.class - [JAR]

├─ org.nuunframework.kernel.internal.scanner.ClasspathScannerFactory.class - [JAR]

├─ org.nuunframework.kernel.internal.scanner.ClasspathScannerInternal.class - [JAR]

├─ org.nuunframework.kernel.internal.scanner.ClasspathStrategy.class - [JAR]

├─ org.nuunframework.kernel.internal.scanner.MetaAnnotationScanner.class - [JAR]

├─ org.nuunframework.kernel.internal.scanner.NameAnnotationScanner.class - [JAR]

org.nuunframework.kernel.stereotype

├─ org.nuunframework.kernel.stereotype.Concern.class - [JAR]

org.nuunframework.kernel

├─ org.nuunframework.kernel.Kernel.class - [JAR]

├─ org.nuunframework.kernel.KernelException.class - [JAR]

org.nuunframework.kernel.plugin.request.builders

├─ org.nuunframework.kernel.plugin.request.builders.BindingRequestBuilderBuild.class - [JAR]

├─ org.nuunframework.kernel.plugin.request.builders.BindingRequestBuilderMain.class - [JAR]

├─ org.nuunframework.kernel.plugin.request.builders.BindingRequestBuilderOptions.class - [JAR]

├─ org.nuunframework.kernel.plugin.request.builders.BindingRequestBuilderOptionsBuildMain.class - [JAR]

org.nuunframework.kernel.commons.specification.reflect

├─ org.nuunframework.kernel.commons.specification.reflect.ClassMethodsAnnotatedWith.class - [JAR]

├─ org.nuunframework.kernel.commons.specification.reflect.DescendantOfSpecification.class - [JAR]

├─ org.nuunframework.kernel.commons.specification.reflect.MethodAnnotatedWith.class - [JAR]

org.nuunframework.kernel.context

├─ org.nuunframework.kernel.context.Context.class - [JAR]

├─ org.nuunframework.kernel.context.ContextInternal.class - [JAR]

├─ org.nuunframework.kernel.context.InitContext.class - [JAR]

├─ org.nuunframework.kernel.context.InitContextInternal.class - [JAR]

org.nuunframework.kernel.commons.function

├─ org.nuunframework.kernel.commons.function.AlwaysFalse.class - [JAR]

├─ org.nuunframework.kernel.commons.function.AlwaysTrue.class - [JAR]

├─ org.nuunframework.kernel.commons.function.Block.class - [JAR]

├─ org.nuunframework.kernel.commons.function.BlockContext.class - [JAR]

├─ org.nuunframework.kernel.commons.function.BlockContextInternal.class - [JAR]

├─ org.nuunframework.kernel.commons.function.ForEachCollection.class - [JAR]

├─ org.nuunframework.kernel.commons.function.LoopInfo.class - [JAR]

├─ org.nuunframework.kernel.commons.function.Predicate.class - [JAR]

org.nuunframework.kernel.commons.specification

├─ org.nuunframework.kernel.commons.specification.AbstractSpecification.class - [JAR]

├─ org.nuunframework.kernel.commons.specification.AndSpecification.class - [JAR]

├─ org.nuunframework.kernel.commons.specification.CompareToSpecification.class - [JAR]

├─ org.nuunframework.kernel.commons.specification.CompositeSpecification.class - [JAR]

├─ org.nuunframework.kernel.commons.specification.EqualToSpecification.class - [JAR]

├─ org.nuunframework.kernel.commons.specification.FalseSpecification.class - [JAR]

├─ org.nuunframework.kernel.commons.specification.GreaterThanSpecification.class - [JAR]

├─ org.nuunframework.kernel.commons.specification.LessThanSpecification.class - [JAR]

├─ org.nuunframework.kernel.commons.specification.NotSpecification.class - [JAR]

├─ org.nuunframework.kernel.commons.specification.OrSpecification.class - [JAR]

├─ org.nuunframework.kernel.commons.specification.Specification.class - [JAR]

├─ org.nuunframework.kernel.commons.specification.Specifications.class - [JAR]

├─ org.nuunframework.kernel.commons.specification.SubsumableSpecification.class - [JAR]

├─ org.nuunframework.kernel.commons.specification.TrueSpecification.class - [JAR]

org.nuunframework.kernel.internal

├─ org.nuunframework.kernel.internal.InternalKernelGuiceModule.class - [JAR]

org.nuunframework.kernel.plugin.provider

├─ org.nuunframework.kernel.plugin.provider.DependencyInjectionProvider.class - [JAR]

org.nuunframework.kernel.annotations

├─ org.nuunframework.kernel.annotations.Ignore.class - [JAR]

├─ org.nuunframework.kernel.annotations.KernelModule.class - [JAR]

├─ org.nuunframework.kernel.annotations.Nuun.class - [JAR]

org.nuunframework.kernel.api.topology.grapherold

├─ org.nuunframework.kernel.api.topology.grapherold.Grapher.class - [JAR]

├─ org.nuunframework.kernel.api.topology.grapherold.GrapherInternal.class - [JAR]

├─ org.nuunframework.kernel.api.topology.grapherold.InstanceBuilder.class - [JAR]

├─ org.nuunframework.kernel.api.topology.grapherold.ReferenceBuilder.class - [JAR]

├─ org.nuunframework.kernel.api.topology.grapherold.ReferenceOptionsBuilder.class - [JAR]

├─ org.nuunframework.kernel.api.topology.grapherold.ReferenceTargetBuilder.class - [JAR]

org.nuunframework.kernel.api.topology.grapher

├─ org.nuunframework.kernel.api.topology.grapher.Grapher.class - [JAR]

├─ org.nuunframework.kernel.api.topology.grapher.Grapher2.class - [JAR]

├─ org.nuunframework.kernel.api.topology.grapher.Grapher3.class - [JAR]

├─ org.nuunframework.kernel.api.topology.grapher.Grapher5.class - [JAR]

├─ org.nuunframework.kernel.api.topology.grapher.Grapher6.class - [JAR]

├─ org.nuunframework.kernel.api.topology.grapher.GrapherInternal.class - [JAR]

org.nuunframework.kernel.api.topology.instance

├─ org.nuunframework.kernel.api.topology.instance.CompositeInstance.class - [JAR]

├─ org.nuunframework.kernel.api.topology.instance.Instance.class - [JAR]

├─ org.nuunframework.kernel.api.topology.instance.SpecifiedInstances.class - [JAR]

├─ org.nuunframework.kernel.api.topology.instance.TypedInstance.class - [JAR]

org.nuunframework.kernel.api.topology.objectgraph

├─ org.nuunframework.kernel.api.topology.objectgraph.ObjectGraph.class - [JAR]

├─ org.nuunframework.kernel.api.topology.objectgraph.ObjectGraphFactory.class - [JAR]

org.nuunframework.kernel.plugin.request

├─ org.nuunframework.kernel.plugin.request.BindingRequest.class - [JAR]

├─ org.nuunframework.kernel.plugin.request.BindingRequestBuilder.class - [JAR]

├─ org.nuunframework.kernel.plugin.request.BindingType.class - [JAR]

├─ org.nuunframework.kernel.plugin.request.Builder.class - [JAR]

├─ org.nuunframework.kernel.plugin.request.ClasspathScanRequest.class - [JAR]

├─ org.nuunframework.kernel.plugin.request.ClasspathScanRequestBuilder.class - [JAR]

├─ org.nuunframework.kernel.plugin.request.KernelParamsRequest.class - [JAR]

├─ org.nuunframework.kernel.plugin.request.KernelParamsRequestBuilder.class - [JAR]

├─ org.nuunframework.kernel.plugin.request.KernelParamsRequestType.class - [JAR]

├─ org.nuunframework.kernel.plugin.request.RequestType.class - [JAR]

org.nuunframework.kernel.plugins.logs

├─ org.nuunframework.kernel.plugins.logs.NuunLog.class - [JAR]

├─ org.nuunframework.kernel.plugins.logs.NuunLogModule.class - [JAR]

├─ org.nuunframework.kernel.plugins.logs.NuunLogPlugin.class - [JAR]

├─ org.nuunframework.kernel.plugins.logs.SLF4JMembersInjector.class - [JAR]

├─ org.nuunframework.kernel.plugins.logs.SLF4JTypeListener.class - [JAR]

org.nuunframework.kernel.api.topology.reference

├─ org.nuunframework.kernel.api.topology.reference.Reference.class - [JAR]

org.nuunframework.kernel.commons.dsl

├─ org.nuunframework.kernel.commons.dsl.CompositeDSLNode.class - [JAR]

├─ org.nuunframework.kernel.commons.dsl.DSLNode.class - [JAR]

├─ org.nuunframework.kernel.commons.dsl.DSLToken.class - [JAR]

├─ org.nuunframework.kernel.commons.dsl.SimpleCompositeDSLNode.class - [JAR]

├─ org.nuunframework.kernel.commons.dsl.SimpleDSLNode.class - [JAR]

org.nuunframework.kernel.spi.configuration

├─ org.nuunframework.kernel.spi.configuration.NuunBaseConfigurationPlugin.class - [JAR]

├─ org.nuunframework.kernel.spi.configuration.NuunConfigurationConverter.class - [JAR]

├─ org.nuunframework.kernel.spi.configuration.NuunDummyConverter.class - [JAR]

├─ org.nuunframework.kernel.spi.configuration.NuunProperty.class - [JAR]

├─ org.nuunframework.kernel.spi.configuration.NuunPropertyConverter.class - [JAR]

org.nuunframework.kernel.commons.graph

├─ org.nuunframework.kernel.commons.graph.Graph.class - [JAR]

├─ org.nuunframework.kernel.commons.graph.Vertex.class - [JAR]

org.nuunframework.kernel.commons

├─ org.nuunframework.kernel.commons.AssertUtils.class - [JAR]

├─ org.nuunframework.kernel.commons.CollectionUtils.class - [JAR]

org.nuunframework.kernel.api.topology

├─ org.nuunframework.kernel.api.topology.TopologyElement.class - [JAR]

org.nuunframework.kernel.plugin

├─ org.nuunframework.kernel.plugin.AbstractPlugin.class - [JAR]

├─ org.nuunframework.kernel.plugin.InitState.class - [JAR]

├─ org.nuunframework.kernel.plugin.Plugin.class - [JAR]

├─ org.nuunframework.kernel.plugin.PluginException.class - [JAR]

├─ org.nuunframework.kernel.plugin.RoundEnvironementInternal.class - [JAR]

├─ org.nuunframework.kernel.plugin.RoundEnvironment.class - [JAR]

Advertisement

Dependencies from Group

Sep 11, 2014
6 usages
14 stars
Apr 22, 2013
1 usages
14 stars
Dec 07, 2013
14 stars
Apr 22, 2013
14 stars

Discover Dependencies

Jun 22, 2013
3 usages
348 stars
May 11, 2023
1 usages
11 stars
Oct 17, 2022
22 usages
186 stars
Nov 11, 2019
3 usages
6 stars
Jul 18, 2018
3 usages
32 stars
Sep 25, 2020
3 usages
0 stars
Aug 17, 2012
15 usages
Jul 20, 2019
7 usages
17 stars