2012-05-27 14:18:35 +02:00
|
|
|
|
/**
|
2015-03-07 22:58:48 -08:00
|
|
|
|
* Copyright (C) 2009-2015 Typesafe Inc. <http://www.typesafe.com>
|
2012-05-27 14:18:35 +02:00
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
// don’t show this plumbimg
|
|
|
|
|
|
//#uninteresting-stuff
|
|
|
|
|
|
}
|
|
|
|
|
|
//#all-of-it
|