Currently the @Configure.Value annotation logs down an error when it is missing an annotation value:
ERROR t.f.annotation.InjectionConfigurator - Configuration not found
This is too aggressive. Instead we should only log down a debug message with this information.
Currently the
@Configure.Valueannotation logs down an error when it is missing an annotation value:This is too aggressive. Instead we should only log down a debug message with this information.