1 2 3 4 5 6 7 8
package com.juick.ws.components; /** * Created by vitalyster on 08.08.2016. */ public interface JuickComponent { void init(); }