Comment by [email protected]: This is lot easier to read: {{{ String today_name = today.getDisplayName(DAY_OF_WEEK, LONG, ENGLISH) if( today_name.equals("Saturday") || today_name.equals("Sunday") ) { // ... } }}}
For more information: http://code.google.com/p/google-guice/wiki/AOP -- You received this message because you are subscribed to the Google Groups "google-guice-dev" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-guice-dev?hl=en.
