summaryrefslogtreecommitdiffstats
path: root/sandbox/old/contrib/implementation-groovy/container/src/test/resources/Foo.groovy
blob: 314b3f6a5906d571abf9cc3031f005a62d34aa22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//import org.apache.tuscany.container.groovy.mock.Greeting;

class Foo {

 /*implements Greeting {
   Greeting wire;

   void setWire(Greeting ref){
       wire = ref;
   };

   String greet(String name){
       return wire.greet(name);
   }; */
}