@Retention(value=RUNTIME)
@Target(value=TYPE)
@Documented
@Import(value=LoggerConfiguration.class)
public @interface EnableLogger
Indicates that Logger support should be enabled.
This should be applied to a Spring java config and should have an accompanying '@Configuration'
annotation.