jar

io.github.edwardUL99 : inject-lite

Maven & Gradle

Mar 01, 2023
0 stars

Inject Lite · A lightweight dependency injection library with support for containerised injection

Table Of Contents

Latest Version

Download io.github.edwardUL99 : inject-lite JAR file - Latest Versions:

All Versions

Download io.github.edwardUL99 : inject-lite JAR file - All Versions:

Version Vulnerabilities Size Updated
1.5.x
1.4.x
1.3.x
1.2.x
1.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 inject-lite-1.5.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.edwardUL99.inject.lite.internal.utils

├─ io.github.edwardUL99.inject.lite.internal.utils.ReflectionUtils.class - [JAR]

├─ io.github.edwardUL99.inject.lite.internal.utils.ThreadAwareValue.class - [JAR]

io.github.edwardUL99.inject.lite.internal.dependency.scanner

├─ io.github.edwardUL99.inject.lite.internal.dependency.scanner.ConstantsScanner.class - [JAR]

├─ io.github.edwardUL99.inject.lite.internal.dependency.scanner.DependencyScanner.class - [JAR]

├─ io.github.edwardUL99.inject.lite.internal.dependency.scanner.InjectableScanner.class - [JAR]

├─ io.github.edwardUL99.inject.lite.internal.dependency.scanner.MultipleDependencyScanner.class - [JAR]

├─ io.github.edwardUL99.inject.lite.internal.dependency.scanner.ReflectionsDependencyScanner.class - [JAR]

io.github.edwardUL99.inject.lite.internal.container

├─ io.github.edwardUL99.inject.lite.internal.container.ContainerInjectionThread.class - [JAR]

├─ io.github.edwardUL99.inject.lite.internal.container.ContainerThreadFactory.class - [JAR]

├─ io.github.edwardUL99.inject.lite.internal.container.ContainersInternal.class - [JAR]

├─ io.github.edwardUL99.inject.lite.internal.container.RunnableContainer.class - [JAR]

├─ io.github.edwardUL99.inject.lite.internal.container.RunnableContainerBuilder.class - [JAR]

├─ io.github.edwardUL99.inject.lite.internal.container.ThreadedContainer.class - [JAR]

io.github.edwardUL99.inject.lite.injector

├─ io.github.edwardUL99.inject.lite.injector.Injector.class - [JAR]

io.github.edwardUL99.inject.lite.internal.fields

├─ io.github.edwardUL99.inject.lite.internal.fields.DefaultFieldInjector.class - [JAR]

├─ io.github.edwardUL99.inject.lite.internal.fields.FieldInjector.class - [JAR]

├─ io.github.edwardUL99.inject.lite.internal.fields.FieldInjectorFactory.class - [JAR]

io.github.edwardUL99.inject.lite.internal.injector

├─ io.github.edwardUL99.inject.lite.internal.injector.DefaultInjector.class - [JAR]

├─ io.github.edwardUL99.inject.lite.internal.injector.DefaultInjectorFactory.class - [JAR]

├─ io.github.edwardUL99.inject.lite.internal.injector.InjectionContext.class - [JAR]

├─ io.github.edwardUL99.inject.lite.internal.injector.InjectorFactory.class - [JAR]

├─ io.github.edwardUL99.inject.lite.internal.injector.InternalInjector.class - [JAR]

io.github.edwardUL99.inject.lite.internal.constructors

├─ io.github.edwardUL99.inject.lite.internal.constructors.ConstructorInjector.class - [JAR]

├─ io.github.edwardUL99.inject.lite.internal.constructors.ConstructorInjectorFactory.class - [JAR]

├─ io.github.edwardUL99.inject.lite.internal.constructors.DefaultConstructorInjector.class - [JAR]

io.github.edwardUL99.inject.lite.exceptions

├─ io.github.edwardUL99.inject.lite.exceptions.AmbiguousDependencyException.class - [JAR]

├─ io.github.edwardUL99.inject.lite.exceptions.AsyncException.class - [JAR]

├─ io.github.edwardUL99.inject.lite.exceptions.CircularDependencyException.class - [JAR]

├─ io.github.edwardUL99.inject.lite.exceptions.ContainerException.class - [JAR]

├─ io.github.edwardUL99.inject.lite.exceptions.DependencyExistsException.class - [JAR]

├─ io.github.edwardUL99.inject.lite.exceptions.DependencyMismatchException.class - [JAR]

├─ io.github.edwardUL99.inject.lite.exceptions.DependencyNotFoundException.class - [JAR]

├─ io.github.edwardUL99.inject.lite.exceptions.HookException.class - [JAR]

├─ io.github.edwardUL99.inject.lite.exceptions.InjectionException.class - [JAR]

├─ io.github.edwardUL99.inject.lite.exceptions.InvalidInjectableException.class - [JAR]

io.github.edwardUL99.inject.lite.internal.proxy

├─ io.github.edwardUL99.inject.lite.internal.proxy.ByteBuddyProxy.class - [JAR]

├─ io.github.edwardUL99.inject.lite.internal.proxy.ByteBuddyProxyHandler.class - [JAR]

├─ io.github.edwardUL99.inject.lite.internal.proxy.InjectionInvocationProxy.class - [JAR]

├─ io.github.edwardUL99.inject.lite.internal.proxy.InjectionMethod.class - [JAR]

├─ io.github.edwardUL99.inject.lite.internal.proxy.ProxiedInvocationHandler.class - [JAR]

├─ io.github.edwardUL99.inject.lite.internal.proxy.Proxies.class - [JAR]

├─ io.github.edwardUL99.inject.lite.internal.proxy.ProxyHandler.class - [JAR]

├─ io.github.edwardUL99.inject.lite.internal.proxy.ProxyInterceptor.class - [JAR]

io.github.edwardUL99.inject.lite

├─ io.github.edwardUL99.inject.lite.Injection.class - [JAR]

io.github.edwardUL99.inject.lite.internal.config

├─ io.github.edwardUL99.inject.lite.internal.config.Configuration.class - [JAR]

├─ io.github.edwardUL99.inject.lite.internal.config.InternalConfig.class - [JAR]

io.github.edwardUL99.inject.lite.internal.dependency

├─ io.github.edwardUL99.inject.lite.internal.dependency.BaseInjectableDependency.class - [JAR]

├─ io.github.edwardUL99.inject.lite.internal.dependency.CommonDependencyHandler.class - [JAR]

├─ io.github.edwardUL99.inject.lite.internal.dependency.CommonDependencyHandlerImproved.class - [JAR]

├─ io.github.edwardUL99.inject.lite.internal.dependency.ConstantInjectableDependency.class - [JAR]

├─ io.github.edwardUL99.inject.lite.internal.dependency.DelayedInjectableDependency.class - [JAR]

├─ io.github.edwardUL99.inject.lite.internal.dependency.Dependency.class - [JAR]

├─ io.github.edwardUL99.inject.lite.internal.dependency.DependencyHandlerFactory.class - [JAR]

├─ io.github.edwardUL99.inject.lite.internal.dependency.InjectableDependency.class - [JAR]

├─ io.github.edwardUL99.inject.lite.internal.dependency.InjectableDependencyFactory.class - [JAR]

io.github.edwardUL99.inject.lite.internal.dependency.registration

├─ io.github.edwardUL99.inject.lite.internal.dependency.registration.ConstantsRegistrationStrategy.class - [JAR]

├─ io.github.edwardUL99.inject.lite.internal.dependency.registration.CustomRegistrationStrategy.class - [JAR]

├─ io.github.edwardUL99.inject.lite.internal.dependency.registration.InjectableRegistrationStrategy.class - [JAR]

├─ io.github.edwardUL99.inject.lite.internal.dependency.registration.RegistrationStrategies.class - [JAR]

├─ io.github.edwardUL99.inject.lite.internal.dependency.registration.RegistrationStrategy.class - [JAR]

io.github.edwardUL99.inject.lite.container

├─ io.github.edwardUL99.inject.lite.container.Container.class - [JAR]

├─ io.github.edwardUL99.inject.lite.container.ContainerAnnotationProcessor.class - [JAR]

├─ io.github.edwardUL99.inject.lite.container.ContainerBuilder.class - [JAR]

├─ io.github.edwardUL99.inject.lite.container.ContainerContext.class - [JAR]

├─ io.github.edwardUL99.inject.lite.container.Containers.class - [JAR]

├─ io.github.edwardUL99.inject.lite.container.ExecutionUnit.class - [JAR]

io.github.edwardUL99.inject.lite.internal.annotations.processing

├─ io.github.edwardUL99.inject.lite.internal.annotations.processing.DefaultAnnotationScanner.class - [JAR]

├─ io.github.edwardUL99.inject.lite.internal.annotations.processing.InternalAnnotatedClass.class - [JAR]

├─ io.github.edwardUL99.inject.lite.internal.annotations.processing.ScannersContext.class - [JAR]

io.github.edwardUL99.inject.lite.internal.threads

├─ io.github.edwardUL99.inject.lite.internal.threads.ExecutorServiceExecutor.class - [JAR]

├─ io.github.edwardUL99.inject.lite.internal.threads.FutureExecution.class - [JAR]

├─ io.github.edwardUL99.inject.lite.internal.threads.InjectionAwareThread.class - [JAR]

├─ io.github.edwardUL99.inject.lite.internal.threads.ParentThread.class - [JAR]

├─ io.github.edwardUL99.inject.lite.internal.threads.SharedInjectionThread.class - [JAR]

├─ io.github.edwardUL99.inject.lite.internal.threads.Threads.class - [JAR]

io.github.edwardUL99.inject.lite.annotations.processing

├─ io.github.edwardUL99.inject.lite.annotations.processing.AnnotatedClass.class - [JAR]

├─ io.github.edwardUL99.inject.lite.annotations.processing.AnnotationProcessor.class - [JAR]

├─ io.github.edwardUL99.inject.lite.annotations.processing.AnnotationScanner.class - [JAR]

├─ io.github.edwardUL99.inject.lite.annotations.processing.AnnotationScanners.class - [JAR]

├─ io.github.edwardUL99.inject.lite.annotations.processing.AnnotationsProcessing.class - [JAR]

├─ io.github.edwardUL99.inject.lite.annotations.processing.CustomInjectableProcessor.class - [JAR]

├─ io.github.edwardUL99.inject.lite.annotations.processing.ProcessOrder.class - [JAR]

io.github.edwardUL99.inject.lite.annotations

├─ io.github.edwardUL99.inject.lite.annotations.Constant.class - [JAR]

├─ io.github.edwardUL99.inject.lite.annotations.ConstantDependencies.class - [JAR]

├─ io.github.edwardUL99.inject.lite.annotations.Constructed.class - [JAR]

├─ io.github.edwardUL99.inject.lite.annotations.ContainerInject.class - [JAR]

├─ io.github.edwardUL99.inject.lite.annotations.Inject.class - [JAR]

├─ io.github.edwardUL99.inject.lite.annotations.Injectable.class - [JAR]

├─ io.github.edwardUL99.inject.lite.annotations.Lazy.class - [JAR]

├─ io.github.edwardUL99.inject.lite.annotations.LazyInvocation.class - [JAR]

├─ io.github.edwardUL99.inject.lite.annotations.Name.class - [JAR]

├─ io.github.edwardUL99.inject.lite.annotations.Optional.class - [JAR]

├─ io.github.edwardUL99.inject.lite.annotations.PreConstruct.class - [JAR]

├─ io.github.edwardUL99.inject.lite.annotations.Principal.class - [JAR]

├─ io.github.edwardUL99.inject.lite.annotations.Priority.class - [JAR]

io.github.edwardUL99.inject.lite.threads

├─ io.github.edwardUL99.inject.lite.threads.AsynchronousExecutor.class - [JAR]

├─ io.github.edwardUL99.inject.lite.threads.Execution.class - [JAR]

io.github.edwardUL99.inject.lite.config

├─ io.github.edwardUL99.inject.lite.config.ConfigurationBuilder.class - [JAR]

io.github.edwardUL99.inject.lite.hooks

├─ io.github.edwardUL99.inject.lite.hooks.ConstructedHook.class - [JAR]

├─ io.github.edwardUL99.inject.lite.hooks.LazyInvocationHook.class - [JAR]

├─ io.github.edwardUL99.inject.lite.hooks.PreConstructHook.class - [JAR]

io.github.edwardUL99.inject.lite.internal.dependency.graph

├─ io.github.edwardUL99.inject.lite.internal.dependency.graph.DependencyGraph.class - [JAR]

├─ io.github.edwardUL99.inject.lite.internal.dependency.graph.DependencyGraphAware.class - [JAR]

├─ io.github.edwardUL99.inject.lite.internal.dependency.graph.GraphInjection.class - [JAR]

io.github.edwardUL99.inject.lite.internal.dependency.selection

├─ io.github.edwardUL99.inject.lite.internal.dependency.selection.DependencySelection.class - [JAR]

├─ io.github.edwardUL99.inject.lite.internal.dependency.selection.DependencySelectionStrategy.class - [JAR]

├─ io.github.edwardUL99.inject.lite.internal.dependency.selection.PrioritySelectionStrategy.class - [JAR]

io.github.edwardUL99.inject.lite.internal.reflections

├─ io.github.edwardUL99.inject.lite.internal.reflections.Reflections.class - [JAR]

├─ io.github.edwardUL99.inject.lite.internal.reflections.ReflectionsFacade.class - [JAR]

├─ io.github.edwardUL99.inject.lite.internal.reflections.ReflectionsLibraryFacade.class - [JAR]

io.github.edwardUL99.inject.lite.internal.methods

├─ io.github.edwardUL99.inject.lite.internal.methods.DefaultMethodInjector.class - [JAR]

├─ io.github.edwardUL99.inject.lite.internal.methods.MethodInjector.class - [JAR]

├─ io.github.edwardUL99.inject.lite.internal.methods.MethodInjectorFactory.class - [JAR]

io.github.edwardUL99.inject.lite.internal.hooks

├─ io.github.edwardUL99.inject.lite.internal.hooks.BaseHookHandler.class - [JAR]

├─ io.github.edwardUL99.inject.lite.internal.hooks.ConstructedHandler.class - [JAR]

├─ io.github.edwardUL99.inject.lite.internal.hooks.Hook.class - [JAR]

├─ io.github.edwardUL99.inject.lite.internal.hooks.HookHandler.class - [JAR]

├─ io.github.edwardUL99.inject.lite.internal.hooks.InjectorHooks.class - [JAR]

├─ io.github.edwardUL99.inject.lite.internal.hooks.LazyInvocationHandler.class - [JAR]

├─ io.github.edwardUL99.inject.lite.internal.hooks.PreConstructHandler.class - [JAR]