JBoss Logging I18n Annotation Processor 1.0.3.Final-redhat-2

org.jboss.logging.processor
Class Tools

java.lang.Object
  extended by org.jboss.logging.processor.Tools

public class Tools
extends Object

This class is not thread safe. The static methods use lazy loading for static variables.

Author:
James R. Perkins - 21.Feb.2011

Method Summary
static Annotations annotations()
          Locates the first implementation of Annotations.
static AptHelper aptHelper()
          Locates the first implementation of Loggers.
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

annotations

public static Annotations annotations()
Locates the first implementation of Annotations.

Returns:
the annotations to use.
Throws:
IllegalStateException - if the implementation could not be found.

aptHelper

public static AptHelper aptHelper()
Locates the first implementation of Loggers.

Returns:
the loggers to use.
Throws:
IllegalStateException - if the implementation could not be found.

loggers

public static Loggers loggers()
Locates the first implementation of Loggers.

Returns:
the loggers to use.
Throws:
IllegalStateException - if the implementation could not be found.

JBoss Logging I18n Annotation Processor 1.0.3.Final-redhat-2

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.