org.jboss.solder.messages
Annotation Type MessageBundle


@Target(value={TYPE,METHOD,PARAMETER,FIELD})
@Retention(value=RUNTIME)
@Qualifier
@Documented
public @interface MessageBundle

Signify that an interface is a message bundle interface.

Author:
David M. Lloyd

Optional Element Summary
 java.lang.String projectCode
          Get the project code for messages that have an associated code.
 

projectCode

public abstract java.lang.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
Default:
""


Copyright © 2008-2012 Seam Framework. All Rights Reserved.