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