info.magnolia.objectfactory.guice
Class GuicePropertyConfigurer.NamedImpl

java.lang.Object
  extended by info.magnolia.objectfactory.guice.GuicePropertyConfigurer.NamedImpl
All Implemented Interfaces:
Serializable, Annotation, javax.inject.Named
Enclosing class:
GuicePropertyConfigurer

public static class GuicePropertyConfigurer.NamedImpl
extends Object
implements javax.inject.Named, Serializable

Represents an instantiated @Named annotation.

See Also:
Serialized Form

Constructor Summary
GuicePropertyConfigurer.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

GuicePropertyConfigurer.NamedImpl

public GuicePropertyConfigurer.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 © 2003-2013 Magnolia International Ltd.. All Rights Reserved.