Package network.oxalis.api.inject
Class NamedImpl
- java.lang.Object
-
- network.oxalis.api.inject.NamedImpl
-
- All Implemented Interfaces:
Annotation
public class NamedImpl extends Object implements javax.inject.Named
- Author:
- erlend
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends Annotation>annotationType()booleanequals(Object o)inthashCode()Stringvalue()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.annotation.Annotation
toString
-
-
-
-
Constructor Detail
-
NamedImpl
public NamedImpl(String value)
-
-
Method Detail
-
value
public String value()
-
hashCode
public int hashCode()
- Specified by:
hashCodein interfaceAnnotation- Overrides:
hashCodein classObject
-
equals
public boolean equals(Object o)
- Specified by:
equalsin interfaceAnnotation- Overrides:
equalsin classObject
-
annotationType
public Class<? extends Annotation> annotationType()
- Specified by:
annotationTypein interfaceAnnotation
-
-