package org.hotswap.agent.plugin.jvm.anonymous; /** * Created by bubnik on 17.11.13. */ public interface AnonymousTestInterface2 { public String test2(); }