| Annotation to cause package import [message #1041708] |
Mon, 15 April 2013 08:31 |
J. Michael Dean, M.D. Messages: 211 Registered: July 2009 |
Senior Member |
|
|
In my model I have an operation with a body that uses a
GregorianCalendar (image attached). The generated code is fine except
that there is no import at the beginning of the file, so this method has
an error that I have to manually fix by importing GregorianCalendar.
How can I annotate the model for such a simple thing as making sure that
the generator generates the following in its list of imports?
import java.util.GregorianCalendar;
Thanks for any assistance.
- Mike
Attachment: model.tiff
(Size: 26.20KB, Downloaded 11 times)
|
|
|
Powered by
FUDForum. Page generated in 0.02306 seconds