Hierarchy For Package com.codename1.annotations.rest

Package Hierarchies:

Annotation Type Hierarchy

  • com.codename1.annotations.rest.Body (implements java.lang.annotation.Annotation)
  • com.codename1.annotations.rest.Cookie (implements java.lang.annotation.Annotation)
  • com.codename1.annotations.rest.DELETE (implements java.lang.annotation.Annotation)
  • com.codename1.annotations.rest.GET (implements java.lang.annotation.Annotation)
  • com.codename1.annotations.rest.Header (implements java.lang.annotation.Annotation)
  • com.codename1.annotations.rest.PATCH (implements java.lang.annotation.Annotation)
  • com.codename1.annotations.rest.Path (implements java.lang.annotation.Annotation)
  • com.codename1.annotations.rest.POST (implements java.lang.annotation.Annotation)
  • com.codename1.annotations.rest.PUT (implements java.lang.annotation.Annotation)
  • com.codename1.annotations.rest.Query (implements java.lang.annotation.Annotation)
  • com.codename1.annotations.rest.RestClient (implements java.lang.annotation.Annotation)