package com.baeldung.cdi2observers.services; public class TextService { public String parseText(String text) { return text.toUpperCase(); } }