Class RestApi.Literal
- java.lang.Object
 - 
- javax.enterprise.util.AnnotationLiteral<RestApi>
 - 
- de.xima.fc.api.rest.impl.common.cdi.RestApi.Literal
 
 
 
- 
- All Implemented Interfaces:
 Annotation
- Enclosing class:
 - RestApi
 
public static class RestApi.Literal extends javax.enterprise.util.AnnotationLiteral<RestApi> implements RestApi
- See Also:
 - Serialized Form
 
 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from class de.xima.fc.api.rest.impl.common.cdi.RestApi
RestApi.Literal 
 - 
 
- 
Field Summary
Fields Modifier and Type Field Description static RestApi.LiteralINSTANCE 
- 
Constructor Summary
Constructors Constructor Description Literal() 
- 
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 RestApi.Literal INSTANCE
 
 - 
 
 -