Java.Lang.Package.GetDeclaredAnnotations Method
Returns an array of this package's declared annotations.

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 an array of this package's declared annotations. Package annotations aren't inherited, so this is equivalent to Package.GetAnnotations.

[Android Documentation]

Requirements

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