Home Support Forum
Modelio
Welcome, Guest
Please Login or Register.    Lost Password?
Modilio annotations in generated code.
(1 viewing) 1 Guest
Discuss about Java Development
Go to bottom
TOPIC: Modilio annotations in generated code.
#149
Rob
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
Modilio annotations in generated code. 1 Year, 1 Month ago  
Thanks for a fantastic product I do however have one small issue in that the generated Java code includes Modilio specific annotations (@objid) and I can’t for the life of me find the jar file that includes them.

Can you point me in the right direction. The generate import statement is as follows:

import com.modeliosoft.modelio.javadesigner.annotations.objid;

Kind Regards,

Rob
 
Logged Logged
  The administrator has disabled public write access.
#151
Macguyre
Fresh Boarder
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
Re:Modilio annotations in generated code. 1 Year, 1 Month ago  
Hi Rob,

in the module resources, a "javadesigner.jar" archive is provided, containing the declaration of this annotation.

It's in the "mda/JavaDesigner/bin" folder, in your Modelio project space.
 
Logged Logged
  The administrator has disabled public write access.
#152
Rob
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
Re:Modilio annotations in generated code. 1 Year, 1 Month ago  
That fixed it.

I did try looking but came across the JavaDesigner_1.0.16.6208.jar from the mda/JavaDesigner/lib first which of course doesn't contain the annotations.

Thanks for the quick response.
 
Logged Logged
  The administrator has disabled public write access.
Go to top