Initial commit

This commit is contained in:
Robert Winkler
2015-02-19 16:34:38 +01:00
commit 3c1fbd6c3a
22 changed files with 1071 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
package io.github.robwin.markup.builder;
/**
* @author Robert Winkler
*/
public interface Markup {
public String toString();
}