typeAnnotationDeepQuantifyCapability top-level constant

TypeAnnotationQuantifyCapability const typeAnnotationDeepQuantifyCapability

Gives support for reflecting on the full closure of type annotations of covered methods/parameters.

Short for const TypeAnnotationQuantifyCapability(transitive: true).

Gives the same reflection capabilities for all classes used as type annotations in variables and parameters or as return types of methods in the vocered classes, as well as the transitive closure thereof (that is, including classes used as type annotations in classes used as type annotations, etc.).

Implementation

const typeAnnotationDeepQuantifyCapability =
    TypeAnnotationQuantifyCapability(transitive: true);