org.jboss.logging.annotations
Annotation Type MessageBundle
@Target(value=TYPE)
@Retention(value=CLASS)
@Documented
public @interface MessageBundle
Signify that an interface is a message bundle interface.
- Author:
- David M. Lloyd
|
Required Element Summary |
String |
projectCode
Get the project code for messages that have an associated code. |
projectCode
public abstract String projectCode
- Get the project code for messages that have an associated code. If no project code is associated
with this bundle, specify
"" (the empty string).
- Returns:
- the project code
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.