Class BuiltInBean<T>

    • Constructor Detail

      • BuiltInBean

        public BuiltInBean()
    • Method Detail

      • getIdentifier

        public String getIdentifier()
        Description copied from interface: InjectableBean
        The identifier is generated by the container and is unique for a specific deployment.
        Specified by:
        getIdentifier in interface InjectableBean<T>
        Returns:
        the identifier for this bean
      • create

        public T create​(javax.enterprise.context.spi.CreationalContext<T> creationalContext)
        Specified by:
        create in interface javax.enterprise.context.spi.Contextual<T>