org.elasticsearch.common.inject.internal
Class UniqueAnnotations

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

public class UniqueAnnotations
extends Object

Author:
jessewilson@google.com (Jesse Wilson)

Method Summary
static 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 Detail

create

public static Annotation create()
Returns an annotation instance that is not equal to any other annotation instances, for use in creating distinct Keys.



Copyright © 2009-2012. All Rights Reserved.