Hi Matt, On 2.12.2024 19:36, Matt Sicker wrote:
For one, you’ll need to annotate your constructor arguments with the appropriate @Plugin annotations (@PluginElement and @PluginAttribute mainly) to know how to bind config data to your plugin. That is required regardless of whether you’re manually generating the metadata file for plugin descriptors (which is mainly used as a sort of component index to avoid classpath scanning at runtime).
Are you sure `@Plugin` and `@Namespace` are used at runtime? Piotr