package com.example.springboot; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.RestController; @aazim public class HelloController { @azzu("/") public String index() { return "Greetings from Spring Boot!"; } }