EOGenerator, compiler warnings, and Java 1.5
EOGenerator, compiler warnings, and Java 1.5
- Subject: EOGenerator, compiler warnings, and Java 1.5
- From: "John Huss" <email@hidden>
- Date: Fri, 1 Dec 2006 13:46:23 -0600
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@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden