JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
ch.qos.logback.core
ch.qos.logback.core.joran.spi
NoAutoStart
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Annotation Type NoAutoStart
@Retention
(
RUNTIME
)
@Target
(
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ü