DI\Annotation\Injectable::isLazy PHP Method

isLazy() public method

public isLazy ( ) : boolean | null
return boolean | null
    public function isLazy()
    {
        return $this->lazy;
    }