public class Tools extends Object
Annotations
and the Loggers
interfaces. If the service loader did not find an implementation a default implementation is used.Modifier and Type | Method and Description |
---|---|
static Annotations |
annotations()
Locates the first implementation of
Annotations . |
static Loggers |
loggers()
Locates the first implementation of
Loggers . |
public static Annotations annotations()
Annotations
.IllegalStateException
- if the implementation could not be found.public static Loggers loggers()
Loggers
.IllegalStateException
- if the implementation could not be found.Copyright © 2023 JBoss by Red Hat. All rights reserved.