Uses of Interface
io.inverno.core.compiler.spi.Info

Packages that use Info
  • Uses of Info in io.inverno.core.compiler.spi

    Modifier and Type
    Interface
    Description
    interface 
    Base bean info interface specifying data and services common to all beans.
    interface 
    A module bean info holds the data required to process a bean in a module.
    interface 
    A multiple bean socket info represents a multiple dependency injection point on a bean or a one-to-many relationship between the bean and an array or collection of other beans.
    interface 
    A single bean socket info represents a single dependency injection point on a bean or a one-to-one relationship between two beans.
    interface 
    Base module bean socket info.
    interface 
    A module info holds the data required to process a module.
    interface 
    A multiple socket bean info represents a multiple dependency injection point on a module or a one-to-many relationship between a module and an array or collection of beans external to the module.
    interface 
    A multi socket info represents a one-to-many relationship with multiple beans.
    interface 
    A nested bean info holds the data required to process a nested bean in a module.
    interface 
    An overridable bean info holds the data required to process an overridable bean in a module.
    interface 
    An overriding socket bean info is an single socket bean info used as an override for an OverridableBeanInfo.
    interface 
    A single socket bean info represents a single dependency entry point on a module or a one-to-one relationship between a module and a bean external to the module.
    interface 
    A single socket info represents a one-to-one relationship with a bean.
    interface 
    Base socket bean interface.
    interface 
    Base socket info interface specifying data and services common to all info.
    interface 
    A wrapper bean info holds the data required to process a wrapper bean in a module.
  • Uses of Info in io.inverno.core.compiler.spi.support

    Classes in io.inverno.core.compiler.spi.support that implement Info
    Modifier and Type
    Class
    Description
    class 
    Base Info implementation.