Using the built-in plugin modules
The Atlassian Plugin framework contains several jars that provide plugin modules you can use. Using these modules usually involves three basic steps:
- Add the jar containing the module descriptor to your application
- Add the module descriptor class instance to your instance of DefaultModuleDescriptorFactory
- Add code in your application to consume the module type