Hi,
I just downloaded the development release 20090609 of the AJDT and Roo's generated code now works like a charm even in Eclipse's quickfixes and autocomplete.
Andreas
Type: Posts; User: nd-net; Keyword(s):
Hi,
I just downloaded the development release 20090609 of the AJDT and Roo's generated code now works like a charm even in Eclipse's quickfixes and autocomplete.
Andreas
After I found the @RooBeanInfo annotation, I tested it with a simple class:
@RooJavaBean
@RooToString
public class Item{
@NotNull
private String type;
Today (after quite some searching) I found an error in Eclipse's AspectJ tooling:
The reconciling part of the AJDT chokes on unnecessary fully qualified classnames, i.e. if an aspect declares a...