Forge - Shell API 1.2.0.Final

org.jboss.forge.shell.plugins
Class AliasLiteral

java.lang.Object
  extended by javax.enterprise.util.AnnotationLiteral<Alias>
      extended by org.jboss.forge.shell.plugins.AliasLiteral
All Implemented Interfaces:
Serializable, Annotation, Alias

public class AliasLiteral
extends javax.enterprise.util.AnnotationLiteral<Alias>
implements Alias

Used to create instances of the Alias annotation for performing bean lookups with BeanManager

Author:
Lincoln Baxter, III
See Also:
Serialized Form

Constructor Summary
AliasLiteral(String value)
           
 
Method Summary
 String value()
           
 
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
 

Constructor Detail

AliasLiteral

public AliasLiteral(String value)
Method Detail

value

public String value()

Forge - Shell API 1.2.0.Final

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.