Package com.google.inject.internal
Class UniqueAnnotations
- java.lang.Object
-
- com.google.inject.internal.UniqueAnnotations
-
public class UniqueAnnotations extends Object
- Author:
- jessewilson@google.com (Jesse Wilson)
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Annotation
create()
Returns an annotation instance that is not equal to any other annotation instances, for use in creating distinctKey
s.
-
-
-
Method Detail
-
create
public static Annotation create()
Returns an annotation instance that is not equal to any other annotation instances, for use in creating distinctKey
s.
-
-