vbauer/jackdaw

@JBean relationships

DHuckaby opened this issue · 2 comments

@JBean
public class AbstractTypeA {
protected boolean hasSomething;
}

@JBean
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.