Java.Lang.Class.GetAnnotations Method
Returns an array containing all the annotations of this class.

Syntax

[Android.Runtime.Register("getAnnotations", "()[Ljava/lang/annotation/Annotation;", "")]
public Java.Lang.Annotation.IAnnotation[] GetAnnotations ()

See Also

Class.GetDeclaredAnnotations

Returns

Documentation for this section has not yet been entered.

Remarks

Returns an array containing all the annotations of this class. If there are no annotations then an empty array is returned.

[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