Package com.google.inject.internal
Class UniqueAnnotations
java.lang.Object
com.google.inject.internal.UniqueAnnotations
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
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.(package private) static Annotation
create
(int value)
-
Field Details
-
nextUniqueValue
-
-
Constructor Details
-
UniqueAnnotations
private UniqueAnnotations()
-
-
Method Details
-
create
Returns an annotation instance that is not equal to any other annotation instances, for use in creating distinctKey
s. -
create
-