ProvideAsync constructor

const ProvideAsync()

Creates a ProvideAsync annotation.

Implementation

const ProvideAsync() : super(singleton: false, lazy: false, weak: false, async: true);