public final class RequirementImpl extends Object implements org.codehaus.plexus.component.annotations.Requirement
Requirement
annotation.Constructor and Description |
---|
RequirementImpl(Class<?> role,
boolean optional,
String... hints)
Deprecated.
|
RequirementImpl(DeferredClass<?> role,
boolean optional,
List<String> hints) |
public RequirementImpl(DeferredClass<?> role, boolean optional, List<String> hints)
@Deprecated public RequirementImpl(Class<?> role, boolean optional, String... hints)
public Class<?> role()
public boolean optional()
public String hint()
public String[] hints()
public boolean equals(Object rhs)
equals
in interface Annotation
equals
in class Object
public int hashCode()
hashCode
in interface Annotation
hashCode
in class Object
public String toString()
toString
in interface Annotation
toString
in class Object
public Class<? extends Annotation> annotationType()
annotationType
in interface Annotation
Copyright © 2016. All Rights Reserved.