summary refs log tree commit diff stats
path: root/java/output/InterfaceExample.typ
blob: 4d2958b8771e307e02d03ff6a7ab1aef97813ea1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#import "/template.typ": highlight-output
#highlight-output[```
$ java InterfaceExample
Implementation of method1
Implementation of method2
Implementation of method3
Implementation of method4
Implementation of newMethod
Concrete method in the concrete class
```]