org.jboss.solder.literal
Class MessageBundleLiteral

java.lang.Object
  extended by javax.enterprise.util.AnnotationLiteral<MessageBundle>
      extended by org.jboss.solder.literal.MessageBundleLiteral
All Implemented Interfaces:
Serializable, Annotation, MessageBundle

public class MessageBundleLiteral
extends AnnotationLiteral<MessageBundle>
implements MessageBundle

See Also:
Serialized Form

Field Summary
static MessageBundle INSTANCE
           
 
Constructor Summary
MessageBundleLiteral()
           
 
Method Summary
 String projectCode()
           
 
Methods inherited from class javax.enterprise.util.AnnotationLiteral
annotationType, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.lang.annotation.Annotation
annotationType, equals, hashCode, toString
 

Field Detail

INSTANCE

public static final MessageBundle INSTANCE
Constructor Detail

MessageBundleLiteral

public MessageBundleLiteral()
Method Detail

projectCode

public String projectCode()


Copyright © 2011 Seam Framework. All Rights Reserved.