Uses of Annotation Interface
org.apache.juneau.annotation.AnnotationGroup
Packages that use AnnotationGroup
Package
Description
Remote REST API
REST Annotations
-
Uses of AnnotationGroup in org.apache.juneau.http.remote
Classes in org.apache.juneau.http.remote with annotations of type AnnotationGroupModifier and TypeClassDescription@interface
Annotation applied to Java methods on REST proxy interface classes.@interface
Annotation applied to Java methods on REST proxy interface classes.@interface
Annotation applied to Java methods on REST proxy interface classes.@interface
Annotation applied to Java methods on REST proxy interface classes.@interface
Annotation applied to Java methods on REST proxy interface classes.@interface
Annotation applied to Java methods on REST proxy interface classes. -
Uses of AnnotationGroup in org.apache.juneau.rest.annotation
Classes in org.apache.juneau.rest.annotation with annotations of type AnnotationGroupModifier and TypeClassDescription@interface
Used to denote that a class is a REST resource and to associate metadata on it.@interface
Identifies a REST DELETE operation Java method on aRestServlet
implementation class.@interface
Identifies a REST GET operation Java method on aRestServlet
implementation class.@interface
Identifies a REST operation Java method on aRestServlet
implementation class.@interface
Identifies a REST OPTIONS operation Java method on aRestServlet
implementation class.@interface
Identifies a REST PATH operation Java method on aRestServlet
implementation class.@interface
Identifies a REST POST operation Java method on aRestServlet
implementation class.@interface
Identifies a REST PUT operation Java method on aRestServlet
implementation class.