| Class | Description |
|---|---|
| GrailsApplicationEventListener | A ApplicationListener to initialize Grails with Plugins and GrailsApplicationLifeCycles when an ApplicationContext gets refreshed or closed. |
| GrailsApplicationPostProcessor | A BeanDefinitionRegistryPostProcessor that enhances any ApplicationContext with plugin manager capabilities |
| GrailsAutoConfiguration | Auto-configuration for Grails. |
| GrailsComponentScanPackages | Class for storing GrailsComponentScan specified packages for reference later (e.g. by @GrailsApplicationPostProcessor). |
| GrailsComponentScanPackages.Registrar | ImportBeanDefinitionRegistrar to store the base package from the importing configuration. |
| GrailsComponentScanner | A Grails classes scanner that searches the classpath from an @GrailsComponentScanner specified packages. |