Represents a Grails class that is to be configured in Spring and as such is injectable.
| Type | Name and description | 
|---|---|
| boolean | byName()If autowiring by name is enabled. | 
| boolean | byType()If autowiring by type is enabled. | 
| boolean | getAvailable()If class should be configured for dependency injection. | 
| Methods inherited from class | Name | 
|---|---|
| interface GrailsClass | getApplication, getClazz, getFullName, getGrailsApplication, getLogicalPropertyName, getMetaClass, getName, getNaturalName, getPackageName, getPluginName, getPropertyName, getPropertyValue, getPropertyValue, getReference, getReferenceInstance, getShortName, hasProperty, isAbstract, newInstance | 
| interface GrailsApplicationAware | setGrailsApplication | 
If autowiring by name is enabled.
If autowiring by type is enabled.
If class should be configured for dependency injection.