org.browsermob.proxy.guice
Class NamedImpl

java.lang.Object
  extended by org.browsermob.proxy.guice.NamedImpl
All Implemented Interfaces:
com.google.inject.name.Named, Annotation

public class NamedImpl
extends Object
implements com.google.inject.name.Named


Constructor Summary
NamedImpl(String value)
           
 
Method Summary
 Class<? extends Annotation> annotationType()
           
 boolean equals(Object o)
           
 int hashCode()
           
 String toString()
           
 String value()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NamedImpl

public NamedImpl(String value)
Method Detail

value

public String value()

hashCode

public int hashCode()
Specified by:
hashCode in interface Annotation
Overrides:
hashCode in class Object

equals

public boolean equals(Object o)
Specified by:
equals in interface Annotation
Overrides:
equals in class Object

toString

public String toString()
Specified by:
toString in interface Annotation
Overrides:
toString in class Object

annotationType

public Class<? extends Annotation> annotationType()
Specified by:
annotationType in interface Annotation


Copyright © 2011. All Rights Reserved.