[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ews.eclipse.technology.aspectj] Re: Annotations on inter-type fields?

Andy Clement wrote:
This sounds like a bug to me... I can't (right now) see why there is a problem implementing it.

Ok, I have switched to using .aj syntax And the following does indeed inject the property and annotation correctly:

   @Column("reservedQuantity")
   private int Position.reservedQuantity = 0;

This is simply most incredible. I no longer have "open up" my core domain classes to add new behavior that requires its own persistence. I can define aspects extend core domain behavior AND adds the required persistent. All completely transparently. Way way way too cool.

-barry