ch.qos.logback.core.joran.spi
Annotation Type NoAutoStart


@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface NoAutoStart

If a type (a class) has this annotation, then it will not be automatically started by Joran at configuration time.

Author:
Ceki Gülcü



Copyright © 2005-2013 QOS.ch. All Rights Reserved.