Package grails.core

Interface InjectableGrailsClass

    • Method Detail

      • byName

        boolean byName()
        If autowiring by name is enabled.
        Returns:
        autowiring by name
      • byType

        boolean byType()
        If autowiring by type is enabled.
        Returns:
        autowiring by type
      • getAvailable

        boolean getAvailable()
        If class should be configured for dependency injection.
        Returns:
        available for dependency injection