Customization Interfaces
These interfaces are used to customize your own annotation processor.
📄️ IAnnotationLibEntryPoint
You need to create your own entrypoint interface and extends this in order to load by Fabric Loader.
📄️ IAnnotationProcessor
Implement this to create your own processor.