Comment #10 on issue 187 by [email protected]: 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 [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.