Comment #10 on issue 187 by bruno.me...@visagio.com: All enhanced classes should implement a marker interface
http://code.google.com/p/google-guice/issues/detail?id=187

One more comment, the workaround should be

    boolean isEnhanced = getClass().getName().contains("EnhancerByGuice")

instead of

   boolean isEnhanced = getClass().getName().contains("EnhancedByGuice");

At least on Guice 3.0 it is.

--
You received this message because you are subscribed to the Google Groups 
"google-guice-dev" group.
To post to this group, send email to google-guice-dev@googlegroups.com.
To unsubscribe from this group, send email to 
google-guice-dev+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-guice-dev?hl=en.

Reply via email to