public final class RequirementImpl extends Object
Requirement
annotation.Constructor and Description |
---|
RequirementImpl(Class<?> role,
boolean optional,
String... hints)
Deprecated.
|
RequirementImpl(DeferredClass<?> role,
boolean optional,
List<String> hints) |
Modifier and Type | Method and Description |
---|---|
Class<? extends Annotation> |
annotationType() |
boolean |
equals(Object rhs) |
int |
hashCode() |
String |
hint() |
String[] |
hints() |
boolean |
optional() |
Class<?> |
role() |
String |
toString() |
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 Class<? extends Annotation> annotationType()
Copyright © 2016. All rights reserved.