Class AnnotationUtils.GETLiteral
- java.lang.Object
-
- javax.enterprise.util.AnnotationLiteral<javax.ws.rs.GET>
-
- org.soulwing.prospecto.jaxrs.runtime.discovery.AnnotationUtils.GETLiteral
-
- All Implemented Interfaces:
Annotation
- Enclosing class:
- AnnotationUtils
public abstract static class AnnotationUtils.GETLiteral extends javax.enterprise.util.AnnotationLiteral<javax.ws.rs.GET> implements javax.ws.rs.GET- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GETLiteral()
-
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
-
-