org.jboss.solder.messages
Annotation Type MessageBundle


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

Signify that an interface is a message bundle interface.

Author:
David M. Lloyd

Optional 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.

Returns:
the project code
Default:
""


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