On Feb 20, 2008 10:42 AM, Dave Newton <[EMAIL PROTECTED]> wrote:

> ...why *do* we have StrutsStatics as an interface implemented all over?
>
>
I don't know for sure, but that's pretty common practice before Java 5's
import static.  It allowed any class that "implements the interface" to
access the constants without having to prefix them.
  (*Chris*)

Reply via email to