Class UniqueAnnotations
- java.lang.Object
-
- org.elasticsearch.common.inject.internal.UniqueAnnotations
-
public class UniqueAnnotations extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.annotation.Annotationcreate()Returns an annotation instance that is not equal to any other annotation instances, for use in creating distinctKeys.
-
-
-
Method Detail
-
create
public static java.lang.annotation.Annotation create()
Returns an annotation instance that is not equal to any other annotation instances, for use in creating distinctKeys.
-
-