|
JBoss Logging I18n Annotation Processor 1.0.3.Final-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.logging.processor.BaseAnnotations
public class BaseAnnotations
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 |
---|
public static final Class<org.jboss.logging.Cause> CAUSE_ANNOTATION
public static final Class<org.jboss.logging.Field> FIELD_ANNOTATION
public static final Class<org.jboss.logging.FormatWith> FORMAT_WITH_ANNOTATION
public static final Class<org.jboss.logging.LoggingClass> LOGGER_CLASS_ANNOTATION
public static final Class<org.jboss.logging.LogMessage> LOG_MESSAGE_ANNOTATION
public static final Class<org.jboss.logging.MessageBundle> MESSAGE_BUNDLE_ANNOTATION
public static final Class<org.jboss.logging.MessageLogger> MESSAGE_LOGGER_ANNOTATION
public static final Class<org.jboss.logging.Message> MESSAGE_ANNOTATION
public static final Class<org.jboss.logging.Param> PARAM_ANNOTATION
public static final Class<org.jboss.logging.Property> PROPERTY_ANNOTATION
Constructor Detail |
---|
public BaseAnnotations()
Method Detail |
---|
public Class<? extends Annotation> cause()
Annotations
cause
in interface Annotations
public Class<? extends Annotation> field()
Annotations
field
in interface Annotations
public Class<? extends Annotation> formatWith()
Annotations
formatWith
in interface Annotations
public Class<? extends Annotation> loggingClass()
Annotations
loggingClass
in interface Annotations
public Class<? extends Annotation> logMessage()
Annotations
logMessage
in interface Annotations
public Class<? extends Annotation> message()
Annotations
message
in interface Annotations
public Class<? extends Annotation> messageBundle()
Annotations
messageBundle
in interface Annotations
public Class<? extends Annotation> messageLogger()
Annotations
messageLogger
in interface Annotations
public Class<? extends Annotation> param()
Annotations
param
in interface Annotations
public Class<? extends Annotation> property()
Annotations
property
in interface Annotations
|
JBoss Logging I18n Annotation Processor 1.0.3.Final-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |