isTransformer

Check if a policy implements transformer interface.

A transformer is a policy that takes a type, and optionally a member of it, and transform it into a component factory using annotations from component, or member.

enum bool isTransformer(T, X = Object);

Return Value

true if it implements Transformer interface, false otherwise

Meta