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.remoteClasses in org.apache.juneau.http.remote with annotations of type AnnotationGroupModifier and TypeClassDescription@interfaceAnnotation applied to Java methods on REST proxy interface classes.@interfaceAnnotation applied to Java methods on REST proxy interface classes.@interfaceAnnotation applied to Java methods on REST proxy interface classes.@interfaceAnnotation applied to Java methods on REST proxy interface classes.@interfaceAnnotation applied to Java methods on REST proxy interface classes.@interfaceAnnotation applied to Java methods on REST proxy interface classes.
- 
Uses of AnnotationGroup in org.apache.juneau.rest.annotationClasses in org.apache.juneau.rest.annotation with annotations of type AnnotationGroupModifier and TypeClassDescription@interfaceUsed to denote that a class is a REST resource and to associate metadata on it.@interfaceIdentifies a REST DELETE operation Java method on aRestServletimplementation class.@interfaceIdentifies a REST GET operation Java method on aRestServletimplementation class.@interfaceIdentifies a REST operation Java method on aRestServletimplementation class.@interfaceIdentifies a REST OPTIONS operation Java method on aRestServletimplementation class.@interfaceIdentifies a REST PATH operation Java method on aRestServletimplementation class.@interfaceIdentifies a REST POST operation Java method on aRestServletimplementation class.@interfaceIdentifies a REST PUT operation Java method on aRestServletimplementation class.