package org.hotswap.agent.plugin.javabeans; public class TestBean2 { public String helloWorld2() { return "HelloWorld2"; } }