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 Annotationcreate()Returns an annotation instance that is not equal to any other annotation instances, for use in creating distinctKeys.
-
-
-
Method Detail
-
create
public static Annotation create()
Returns an annotation instance that is not equal to any other annotation instances, for use in creating distinctKeys.
-
-