apply method
callback executed by the type infrastructure
type
the TypeDescriptor
of the annotated class
Implementation
@override
void apply(TypeDescriptor type) {
Providers.register(ClassInstanceProvider(type.type, eager: true));
}
callback executed by the type infrastructure
type
the TypeDescriptor
of the annotated class
@override
void apply(TypeDescriptor type) {
Providers.register(ClassInstanceProvider(type.type, eager: true));
}