Property | Type | Description | |
---|---|---|---|
VALUE_KEY | string |
Method | Description | |
---|---|---|
AutowireCandidateQualifier ( |
Construct a qualifier to match against an annotation of the given type.
|
|
AutowireCandidateQualifier ( |
Construct a qualifier to match against an annotation of the given type whose
|
|
AutowireCandidateQualifier ( string typeName ) : System |
Construct a qualifier to match against an annotation of the given type name. The type name may match the fully-qualified class name of the annotation or the short class name (without the package).
|
|
AutowireCandidateQualifier ( string typeName, object value ) : System |
Construct a qualifier to match against an annotation of the given type name whose The type name may match the fully-qualified class name of the annotation or the short class name (without the package).
|
public AutowireCandidateQualifier ( |
||
type | type the annotation type | |
return | System |
public AutowireCandidateQualifier ( |
||
type | the annotation type | |
value | object | the annotation value to match |
return | System |
public AutowireCandidateQualifier ( string typeName ) : System | ||
typeName | string | the name of the annotation type |
return | System |
public AutowireCandidateQualifier ( string typeName, object value ) : System | ||
typeName | string | the name of the annotation type |
value | object | the annotation value to match |
return | System |