kick off pattern collection

This commit is contained in:
Roland 2012-05-27 14:18:35 +02:00
parent e748da6f49
commit 0a09cfc893
7 changed files with 103 additions and 1 deletions

View file

@ -0,0 +1,18 @@
/**
* Copyright (C) 2009-2012 Typesafe Inc. <http://www.typesafe.com>
*/
package docs.pattern;
// this part will not appear in the docs
//#all-of-it
class JavaTemplate {
public JavaTemplate() {
System.out.println("Hello, Template!");
}
//#uninteresting-stuff
// dont show this plumbimg
//#uninteresting-stuff
}
//#all-of-it