Package com.google.inject.internal
Class UniqueAnnotations
java.lang.Object
com.google.inject.internal.UniqueAnnotations
- Author:
- jessewilson@google.com (Jesse Wilson)
-
Method Summary
Modifier and TypeMethodDescriptionstatic Annotation
create()
Returns an annotation instance that is not equal to any other annotation instances, for use in creating distinctKey
s.
-
Method Details
-
create
Returns an annotation instance that is not equal to any other annotation instances, for use in creating distinctKey
s.
-