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

org.jboss.logging.processor
Class BaseAnnotations

java.lang.Object
  extended by org.jboss.logging.processor.BaseAnnotations
All Implemented Interfaces:
Annotations

public class BaseAnnotations
extends Object
implements Annotations

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

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.jboss.logging.processor.Annotations
Annotations.FormatType, Annotations.Void
 
Field Summary
static Class<org.jboss.logging.Cause> CAUSE_ANNOTATION
           
static Class<org.jboss.logging.Field> FIELD_ANNOTATION
           
static Class<org.jboss.logging.FormatWith> FORMAT_WITH_ANNOTATION
           
static Class<org.jboss.logging.LogMessage> LOG_MESSAGE_ANNOTATION
           
static Class<org.jboss.logging.LoggingClass> LOGGER_CLASS_ANNOTATION
           
static Class<org.jboss.logging.Message> MESSAGE_ANNOTATION
           
static Class<org.jboss.logging.MessageBundle> MESSAGE_BUNDLE_ANNOTATION
           
static Class<org.jboss.logging.MessageLogger> MESSAGE_LOGGER_ANNOTATION
           
static Class<org.jboss.logging.Param> PARAM_ANNOTATION
           
static Class<org.jboss.logging.Property> PROPERTY_ANNOTATION
           
 
Constructor Summary
BaseAnnotations()
           
 
Method Summary
 Class<? extends Annotation> cause()
          Returns the cause annotation class.
 Class<? extends Annotation> field()
          Returns the field annotation class.
 Class<? extends Annotation> formatWith()
          Returns the format with annotation class.
 Class<? extends Annotation> loggingClass()
          Returns the logging class annotation class.
 Class<? extends Annotation> logMessage()
          Returns the log message annotation class.
 Class<? extends Annotation> message()
          Returns the message annotation class.
 Class<? extends Annotation> messageBundle()
          Returns the message bundle annotation class.
 Class<? extends Annotation> messageLogger()
          Returns the message logger annotation class.
 Class<? extends Annotation> param()
          Returns the parameter annotation class.
 Class<? extends Annotation> property()
          Returns the property annotation class.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CAUSE_ANNOTATION

public static final Class<org.jboss.logging.Cause> CAUSE_ANNOTATION

FIELD_ANNOTATION

public static final Class<org.jboss.logging.Field> FIELD_ANNOTATION

FORMAT_WITH_ANNOTATION

public static final Class<org.jboss.logging.FormatWith> FORMAT_WITH_ANNOTATION

LOGGER_CLASS_ANNOTATION

public static final Class<org.jboss.logging.LoggingClass> LOGGER_CLASS_ANNOTATION

LOG_MESSAGE_ANNOTATION

public static final Class<org.jboss.logging.LogMessage> LOG_MESSAGE_ANNOTATION

MESSAGE_BUNDLE_ANNOTATION

public static final Class<org.jboss.logging.MessageBundle> MESSAGE_BUNDLE_ANNOTATION

MESSAGE_LOGGER_ANNOTATION

public static final Class<org.jboss.logging.MessageLogger> MESSAGE_LOGGER_ANNOTATION

MESSAGE_ANNOTATION

public static final Class<org.jboss.logging.Message> MESSAGE_ANNOTATION

PARAM_ANNOTATION

public static final Class<org.jboss.logging.Param> PARAM_ANNOTATION

PROPERTY_ANNOTATION

public static final Class<org.jboss.logging.Property> PROPERTY_ANNOTATION
Constructor Detail

BaseAnnotations

public BaseAnnotations()
Method Detail

cause

public Class<? extends Annotation> cause()
Description copied from interface: Annotations
Returns the cause annotation class.

Specified by:
cause in interface Annotations
Returns:
the cause annotation.

field

public Class<? extends Annotation> field()
Description copied from interface: Annotations
Returns the field annotation class.

Specified by:
field in interface Annotations
Returns:
the field annotation.

formatWith

public Class<? extends Annotation> formatWith()
Description copied from interface: Annotations
Returns the format with annotation class.

Specified by:
formatWith in interface Annotations
Returns:
the format with annotation.

loggingClass

public Class<? extends Annotation> loggingClass()
Description copied from interface: Annotations
Returns the logging class annotation class.

Specified by:
loggingClass in interface Annotations
Returns:
the logging class annotation.

logMessage

public Class<? extends Annotation> logMessage()
Description copied from interface: Annotations
Returns the log message annotation class.

Specified by:
logMessage in interface Annotations
Returns:
the log message annotation.

message

public Class<? extends Annotation> message()
Description copied from interface: Annotations
Returns the message annotation class.

Specified by:
message in interface Annotations
Returns:
the message annotation.

messageBundle

public Class<? extends Annotation> messageBundle()
Description copied from interface: Annotations
Returns the message bundle annotation class.

Specified by:
messageBundle in interface Annotations
Returns:
the message bundle annotation.

messageLogger

public Class<? extends Annotation> messageLogger()
Description copied from interface: Annotations
Returns the message logger annotation class.

Specified by:
messageLogger in interface Annotations
Returns:
the message logger annotation.

param

public Class<? extends Annotation> param()
Description copied from interface: Annotations
Returns the parameter annotation class.

Specified by:
param in interface Annotations
Returns:
the parameter annotation.

property

public Class<? extends Annotation> property()
Description copied from interface: Annotations
Returns the property annotation class.

Specified by:
property in interface Annotations
Returns:
the property annotation.

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

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