org.jboss.seam.exception.control.example.jaxrs.handler
Class RestRequestLiteral

java.lang.Object
  extended by javax.enterprise.util.AnnotationLiteral<RestRequest>
      extended by org.jboss.seam.exception.control.example.jaxrs.handler.RestRequestLiteral
All Implemented Interfaces:
Serializable, Annotation, RestRequest

public class RestRequestLiteral
extends AnnotationLiteral<RestRequest>
implements RestRequest

See Also:
Serialized Form

Field Summary
static RestRequest INSTANCE
           
 
Constructor Summary
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

RestRequestLiteral

public RestRequestLiteral()


Copyright © 2010 Seam Framework. All Rights Reserved.