aedi v0.2.0 (2017-03-08T09:57:04Z)
Dub
Repo
canFactoryPropertyConfigurer.checker
aermicioi
aedi
configurer
annotation
component_scan
canFactoryPropertyConfigurer
Undocumented in source.
template
canFactoryPropertyConfigurer
(T, Z, string property = "")
static if
(
hasMember!(T, "factoryConfigurer")
)
alias
checker
=
templateOr
!(
chain
!(
partialPrefixed
!(
isDerived
,
ReturnType
!(
factory
!(
Z
,
property
))),
chain
!(
PropertyConfigurer
,
Wrapper
)),
chain
!(
partialPrefixed
!(
isDerived
,
ReturnType
!(
factory
!(
Z
,
property
))),
PropertyConfigurer
))
Meta
Source
See Implementation
aermicioi
aedi
configurer
annotation
component_scan
canFactoryPropertyConfigurer
aliases
checker
factory
variables
canFactoryPropertyConfigurer