org.jboss.seam.rest.exceptions
Class RestRequest.RestRequestLiteral

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

public static class RestRequest.RestRequestLiteral
extends AnnotationLiteral<RestRequest>
implements RestRequest

Annotation literal for RestRequest qualifier.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.jboss.seam.rest.exceptions.RestRequest
RestRequest.RestRequestLiteral
 
Field Summary
static RestRequest INSTANCE
           
 
Constructor Summary
RestRequest.RestRequestLiteral()
           
 
Method Summary
 
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 RestRequest INSTANCE
Constructor Detail

RestRequest.RestRequestLiteral

public RestRequest.RestRequestLiteral()


Copyright © 2011 Seam Framework. All Rights Reserved.