public final class ConfigurationImpl extends Object implements org.codehaus.plexus.component.annotations.Configuration
Configuration annotation.| Constructor and Description |
|---|
ConfigurationImpl(String name,
String value) |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Annotation> |
annotationType() |
boolean |
equals(Object rhs) |
int |
hashCode() |
String |
name() |
String |
toString() |
String |
value() |
public String name()
public String value()
public boolean equals(Object rhs)
equals in interface Annotationequals in class Objectpublic int hashCode()
hashCode in interface AnnotationhashCode in class Objectpublic String toString()
toString in interface AnnotationtoString in class Objectpublic Class<? extends Annotation> annotationType()
annotationType in interface AnnotationCopyright © 2016. All rights reserved.