JavaScript is disabled on your browser.
Skip navigation links
Overview
Module
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field
Required
Optional
Detail:
Field
Element
Summary:
Field |
Required |
Optional
Detail:
Field |
Element
SEARCH
Module
ch.qos.logback.core
Package
ch.qos.logback.core.joran.spi
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ü