01: /*
02: * StubGenerator.java
03: *
04: * Created on November 16, 2006, 1:06 PM
05: *
06: * To change this template, choose Tools | Template Manager
07: * and open the template in the editor.
08: */
09:
10: package org.netbeans.modules.e2e.wsdl.wsdl2java;
11:
12: /**
13: *
14: * @author Michal Skvor
15: */
16: public class StubGenerator {
17:
18: /** Creates a new instance of StubGenerator */
19: public StubGenerator() {
20: }
21:
22: }
|