Package org.eclipse.sisu.plexus
Class ConfigurationImpl
- java.lang.Object
-
- org.eclipse.sisu.plexus.ConfigurationImpl
-
- All Implemented Interfaces:
java.lang.annotation.Annotation
public final class ConfigurationImpl extends java.lang.Object implements org.codehaus.plexus.component.annotations.ConfigurationRuntime implementation of Plexus @Configurationannotation.
-
-
Constructor Summary
Constructors Constructor Description ConfigurationImpl(java.lang.String name, java.lang.String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Class<? extends java.lang.annotation.Annotation>annotationType()booleanequals(java.lang.Object rhs)inthashCode()java.lang.Stringname()java.lang.StringtoString()java.lang.Stringvalue()
-
-
-
Method Detail
-
name
public java.lang.String name()
-
value
public java.lang.String value()
-
equals
public boolean equals(java.lang.Object rhs)
- Specified by:
equalsin interfacejava.lang.annotation.Annotation- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Specified by:
hashCodein interfacejava.lang.annotation.Annotation- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Specified by:
toStringin interfacejava.lang.annotation.Annotation- Overrides:
toStringin classjava.lang.Object
-
annotationType
public java.lang.Class<? extends java.lang.annotation.Annotation> annotationType()
- Specified by:
annotationTypein interfacejava.lang.annotation.Annotation
-
-