Class UniqueAnnotations

java.lang.Object
org.elasticsearch.common.inject.internal.UniqueAnnotations

public class UniqueAnnotations
extends java.lang.Object
  • Method Summary

    Modifier and Type Method Description
    static java.lang.annotation.Annotation create()
    Returns an annotation instance that is not equal to any other annotation instances, for use in creating distinct Keys.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • 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 distinct Keys.