# Learn About FastSpigot

![](/files/T1CZ0jZ34m0cliFjjGXQ)

FastSpigot is a IoC framework which can helps you develop spigot plugin faster.

&#x20;It'll use ASM, annotation and reflection to help you develop faster and more succinctly.

The project mainly has the following features:

* Emphasize modular development, facilitate framework construction.
* Easy to decouple, easy to develop.
* Interfaces provide service too.
* Reduce redundant code.

Limited by my poor English skill, I'll try my best to introduce you this plugin.

If you are interesting in it and wanna make it better together, [contact me](#contribute-or-contact-author). xD

## Comparison Before and After Use

## Contribute or Contact Author

This project was created originally for learning.

If you have any suggestion about it, please contact me and perfect it together!

{% hint style="info" %}
E-Mail: <end_kg@126.com>

Github: <https://github.com/hyrkg>

WorkAccount(QQ): 17677606063
{% endhint %}


---

# 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://fastspigot-en.doc.hyrkg.cn/learn-about-fastspigot.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.
