DHuckaby opened this issue 10 years ago · 2 comments
@JBean public class AbstractTypeA { protected boolean hasSomething; }
@JBean
public class AbstractTypeA {
protected boolean hasSomething;
}
@JBean public class AbstractTypeB { protected TypeA type; }
public class AbstractTypeB {
protected TypeA type;
The above example does not compile, it errors out because the TypeA class is not generated.
@DHuckaby Thank you for issue. I hope it will be fixed in the next release.
Fixed.