This interface is not intended to be implemented by clients.
| Method Summary | |
|---|---|
| IMemberValuePairBinding[] |
Returns the complete list of member value pairs for this annotation, including ones explicitly listed in the annotation as well as entries for annotation type members with default values that are implied. |
| ITypeBinding |
Returns the type of the annotation. |
| IMemberValuePairBinding[] |
Returns the list of declared member value pairs for this annotation. |
| String |
Returns the name of the annotation type. |
| Methods inherited from org.eclipse.jdt.core.domIBinding |
|---|
true to ITypeBinding.isAnnotation(). Note that the list only includes entries for annotation type members that are explicitly mentioned in the annotation. The list does not include any annotation type members with default values that are merely implied. Use getAllMemberValuePairs() to get those as well.