Hierarchy For Package com.codename1.backend.annotations
Annotation Type Hierarchy
- com.codename1.backend.annotations.DeleteMapping (implements java.lang.annotation.Annotation)
- com.codename1.backend.annotations.Generated (implements java.lang.annotation.Annotation)
- com.codename1.backend.annotations.GetMapping (implements java.lang.annotation.Annotation)
- com.codename1.backend.annotations.OpenTelemetry (implements java.lang.annotation.Annotation)
- com.codename1.backend.annotations.PatchMapping (implements java.lang.annotation.Annotation)
- com.codename1.backend.annotations.PathVariable (implements java.lang.annotation.Annotation)
- com.codename1.backend.annotations.PostMapping (implements java.lang.annotation.Annotation)
- com.codename1.backend.annotations.PutMapping (implements java.lang.annotation.Annotation)
- com.codename1.backend.annotations.RequestBody (implements java.lang.annotation.Annotation)
- com.codename1.backend.annotations.RequestHeader (implements java.lang.annotation.Annotation)
- com.codename1.backend.annotations.RequestMapping (implements java.lang.annotation.Annotation)
- com.codename1.backend.annotations.RequestParam (implements java.lang.annotation.Annotation)
- com.codename1.backend.annotations.ResponseStatus (implements java.lang.annotation.Annotation)
- com.codename1.backend.annotations.RestController (implements java.lang.annotation.Annotation)
- com.codename1.backend.annotations.WebSocketMapping (implements java.lang.annotation.Annotation)