[
https://jira.jboss.org/jira/browse/JBIDE-4328?page=com.atlassian.jira.plu...
]
Max Rydahl Andersen reopened JBIDE-4328:
----------------------------------------
Assignee: Vitali Yemialyanchyk (was: Aliaksey Nis)
reopen for clarification - what does this issue actually fixed?
Generate Hibernate/JPA Annotation gives "Cannot generate
annotations for an interface or enumeration" for several classes in java file
--------------------------------------------------------------------------------------------------------------------------------------
Key: JBIDE-4328
URL:
https://jira.jboss.org/jira/browse/JBIDE-4328
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: Hibernate
Affects Versions: 3.1.0.M1
Reporter: Vitali Yemialyanchyk
Assignee: Vitali Yemialyanchyk
Priority: Minor
Fix For: 3.1.0.M4
this is trivial test example:
package org.small.jpa;
class bbb {
public double id2 = 2.0;
public bbb() {}
};
class eee {
public int id = 0;
public eee() {}
};
at least we should discuss howto handle such situation. Generally I think it should
annotate all classes.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira