@Retention(value=RUNTIME) @Target(value=TYPE) @Documented public @interface MessageLogger
MessageBundle, as well as the org.jboss.logging.BasicLogger interface.| Modifier and Type | Optional Element and Description |
|---|---|
Class<?> |
loggingClass
The logging class name to use for this message, if any.
|
String |
projectCode
Get the project code for messages that have an associated code.
|
public abstract String projectCode
"" (the empty string).public abstract Class<?> loggingClass
Copyright © 2012 Seam Framework. All Rights Reserved.