All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.quarkiverse.cxf.it.annotation.cxfendpoint.HelloBean Maven / Gradle / Ivy

There is a newer version: 3.17.3
Show newest version
package io.quarkiverse.cxf.it.annotation.cxfendpoint;

import jakarta.enterprise.context.ApplicationScoped;

@ApplicationScoped
public class HelloBean {
    public String hello(String person) {
        return "Hello " + person + " from HelloBean!";
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy