Note, only package declaration part needs to be put inside the Strings. the import
directive is not required. E.g.
List ls = new ArrayList(); ls.put("models.*"); ls.put("controllers.*);
This method is called by rythm when generating java source code out from a template souce code
@return list of imports
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|