|
JBoss Logging I18n Annotation Processor 1.1.0.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.logging.processor.Tools
public class Tools
A helper class that uses services loaders to load implementations for the Annotations and the Loggers interfaces. If the service loader did not find an implementation a default implementation is used.
| Method Summary | |
|---|---|
static Annotations |
annotations()
Locates the first implementation of Annotations. |
static Loggers |
loggers()
Locates the first implementation of Loggers. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
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.
|
JBoss Logging I18n Annotation Processor 1.1.0.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||