@Target(value=METHOD)
@Retention(value=RUNTIME)
@BindingScope
public @interface DefaultBinding
Defines a Binding with default scope. Default scope is applied to a
Binding annotated by this annotation, or alternatively, to a Binding
which is not annotated with any scope.
Typically this scope is used for a defacto toString, fromString method on a
type.