[email protected] commented on revision r1324 in project google-guice.
Details are at http://code.google.com/p/google-guice/source/detail?r=1324
Score: Positive
General Comment:
Fair enough. How about this:
Class type = a.annotationType()
if (type.getSimpleName().equals("Nullable") || type == Nullable.class) {
...
}
Then we're not baking-in the current mechanism that we use to repackage
Nullable.
Respond to these comments at
http://code.google.com/p/google-guice/source/detail?r=1324
--
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.