2012-05-27 14:18:35 +02:00
|
|
|
|
/**
|
2016-02-23 12:58:39 +01:00
|
|
|
|
* Copyright (C) 2009-2016 Lightbend Inc. <http://www.lightbend.com>
|
2012-05-27 14:18:35 +02:00
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
package docs.pattern
|
|
|
|
|
|
|
|
|
|
|
|
// this part will not appear in the docs
|
|
|
|
|
|
|
|
|
|
|
|
//#all-of-it
|
|
|
|
|
|
class ScalaTemplate {
|
|
|
|
|
|
println("Hello, Template!")
|
|
|
|
|
|
//#uninteresting-stuff
|
|
|
|
|
|
// don’t show this plumbimg
|
|
|
|
|
|
//#uninteresting-stuff
|
|
|
|
|
|
}
|
|
|
|
|
|
//#all-of-it
|