wukong-m2m / wukong-darjeeling

Darjeeling for WuKong
Other
20 stars 17 forks source link

Codegen should generate all java wuclasses implementation even if there is no user implementation yet #42

Open pencilcheck opened 11 years ago

pencilcheck commented 11 years ago

Codegen only generates the parent java classes that contains the meta data of the wuclasses. However if users use any of the wuclasses that doesn't have a implementation file, there will be an error about file not found.

Codegen should generate the implementation with the template for all components that doesn't have an implementation.