Java.Lang.Reflect.AccessibleObject.GetDeclaredAnnotations Method
Returns, for this element, all annotations that are explicitly declared (not inherited).

Syntax

[Android.Runtime.Register("getDeclaredAnnotations", "()[Ljava/lang/annotation/Annotation;", "GetGetDeclaredAnnotationsHandler")]
public virtual Java.Lang.Annotation.IAnnotation[] GetDeclaredAnnotations ()

Returns

Documentation for this section has not yet been entered.

Remarks

Returns, for this element, all annotations that are explicitly declared (not inherited). If there are no declared annotations present, this method returns a zero length array.

[Android Documentation]

Requirements

Namespace: Java.Lang.Reflect
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1