Package org.eclipse.sisu.plexus
Class ConfigurationImpl
- java.lang.Object
-
- org.eclipse.sisu.plexus.ConfigurationImpl
-
- All Implemented Interfaces:
Annotation
public final class ConfigurationImpl extends Object implements org.codehaus.plexus.component.annotations.Configuration
Runtime implementation of Plexus @Configuration
annotation.
-
-
Constructor Summary
Constructors Constructor Description ConfigurationImpl(String name, String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends Annotation>
annotationType()
boolean
equals(Object rhs)
int
hashCode()
String
name()
String
toString()
String
value()
-
-
-
Method Detail
-
name
public String name()
-
value
public String value()
-
equals
public boolean equals(Object rhs)
- Specified by:
equals
in interfaceAnnotation
- Overrides:
equals
in classObject
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfaceAnnotation
- Overrides:
hashCode
in classObject
-
toString
public String toString()
- Specified by:
toString
in interfaceAnnotation
- Overrides:
toString
in classObject
-
annotationType
public Class<? extends Annotation> annotationType()
- Specified by:
annotationType
in interfaceAnnotation
-
-