JBoss Logging 3.0.0.Beta5-SNAPSHOT

org.jboss.logging
Annotation Type MessageBundle


@Target(value=TYPE)
@Retention(value=RUNTIME)
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:
""

JBoss Logging 3.0.0.Beta5-SNAPSHOT

Copyright © 2010 JBoss, a division of Red Hat, Inc.