• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
EOGenerator, compiler warnings, and Java 1.5
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Prev by Date: Re: Performance on new xserves ?
  • Next by Date: Re: Performance on new xserves ?
  • Previous by thread: Re: Performance on new xserves ?
  • Next by thread: Re: Single table inheritance and non-null attributes
  • Index(es):
    • Date
    • Thread