Share via


RecordComponent.GetDeclaredAnnotations Method

Definition

To be added

[Android.Runtime.Register("getDeclaredAnnotations", "()[Ljava/lang/annotation/Annotation;", "", ApiSince=34)]
public Java.Lang.Annotation.IAnnotation[] GetDeclaredAnnotations ();
[<Android.Runtime.Register("getDeclaredAnnotations", "()[Ljava/lang/annotation/Annotation;", "", ApiSince=34)>]
abstract member GetDeclaredAnnotations : unit -> Java.Lang.Annotation.IAnnotation[]
override this.GetDeclaredAnnotations : unit -> Java.Lang.Annotation.IAnnotation[]

Returns

Implements

Attributes

Remarks

To be added

Note that any annotations returned by this method are declaration annotations.

Java documentation for java.lang.reflect.RecordComponent.getDeclaredAnnotations().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to