Method.GetAnnotation(Class) Method

Definition

To be added

[Android.Runtime.Register("getAnnotation", "(Ljava/lang/Class;)Ljava/lang/annotation/Annotation;", "")]
[Java.Interop.JavaTypeParameters(new System.String[] { "A extends java.lang.annotation.Annotation" })]
public override Java.Lang.Object? GetAnnotation (Java.Lang.Class? annotationType);
[<Android.Runtime.Register("getAnnotation", "(Ljava/lang/Class;)Ljava/lang/annotation/Annotation;", "")>]
[<Java.Interop.JavaTypeParameters(new System.String[] { "A extends java.lang.annotation.Annotation" })>]
override this.GetAnnotation : Java.Lang.Class -> Java.Lang.Object

Parameters

annotationType
Class

Returns

Implements

Attributes

Remarks

To be added

Added in 1.5.

Java documentation for java.lang.reflect.Method.getAnnotation(java.lang.Class<T>).

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