@Target(value={TYPE,METHOD}) @Retention(value=RUNTIME) @Documented public @interface SchemaMapping
public abstract String typeName
By default, if not specified, it is derived from the class name of a
source
argument injected into
the handler method.
This attributed is supported at the class level and at the method level! When used on both levels, the one on the method level overrides the one at the class level.