# VInject

A lightweight and powerful dependency injection framework for Java applications, designed to simplify  and improve code organization. Originally created for Minecraft plugin development, it provides seamless integration with the Bukkit/Spigot ecosystem with the possibility to support standalone Java applications.&#x20;

### Features

* Native integration with Paper plugins
* Automatic plugin lifecycle management
* Component templates with the [Intellij Plugin](https://github.com/vortexdevelopment-net/Vinject-Intellij-Plugin)

Examples can be found on the [github repository](https://github.com/vortexdevelopment-net/VInject).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://wiki.vortexdevelopment.net/for-developers/vinject.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
