I wanted to share a wonderful bit of knowledge I learned today. If
you're using Java 1.5 you can add @SuppressWarnings("all") to the
template for your _EO base classes and eliminate annoying compiler
messages (usually uneeded import statements).
@SuppressWarnings("all")
public class _Invoice extends ERXGenericRecord {
}
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com
This email sent to [email protected]