ToolApp / TerminalFX / src / main / java / com / kodedu / terminalfx / annotation / WebkitCall.java
package com.kodedu.terminalfx.annotation; /** * Created by usta on 12.09.2016. */ public @interface WebkitCall { String from() default ""; }
package com.kodedu.terminalfx.annotation; /** * Created by usta on 12.09.2016. */ public @interface WebkitCall { String from() default ""; }