QualifiedAnnotationIdentityResolverPolicy.resolve

Resolve identity of component by qualified annotations on it.

The first qualified annotation is returned from list of annotations. If no annotations are on the component T, null is returned.

struct QualifiedAnnotationIdentityResolverPolicy
static
string
resolve
()
()

Parameters

factory Factory!Object

component factory to be stored

Return Value

Type: string

identity of component based on annotation or null.

Meta