org.jboss.seam.rest.client
Class RestClient.RestClientLiteral

java.lang.Object
  extended by javax.enterprise.util.AnnotationLiteral<RestClient>
      extended by org.jboss.seam.rest.client.RestClient.RestClientLiteral
All Implemented Interfaces:
Serializable, Annotation, RestClient
Enclosing class:
RestClient

public static class RestClient.RestClientLiteral
extends AnnotationLiteral<RestClient>
implements RestClient

Annotation literal for @{link RestClient} qualifier.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.jboss.seam.rest.client.RestClient
RestClient.RestClientLiteral
 
Constructor Summary
RestClient.RestClientLiteral()
           
RestClient.RestClientLiteral(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

RestClient.RestClientLiteral

public RestClient.RestClientLiteral()

RestClient.RestClientLiteral

public RestClient.RestClientLiteral(String value)
Method Detail

value

public String value()


Copyright © 2011 Seam Framework. All Rights Reserved.