pekko/akka-docs/rst/java/code/docs/pattern/JavaTemplate.java

19 lines
346 B
Java
Raw Normal View History

2012-05-27 14:18:35 +02: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
// dont show this plumbimg
//#uninteresting-stuff
}
//#all-of-it