Target.Value Method

Definition

Returns an array of the kinds of elements an annotation interface can be applied to.

[Android.Runtime.Register("value", "()[Ljava/lang/annotation/ElementType;", "GetValueHandler")]
public abstract Java.Lang.Annotation.ElementType[]? Value ();
[<Android.Runtime.Register("value", "()[Ljava/lang/annotation/ElementType;", "GetValueHandler")>]
abstract member Value : unit -> Java.Lang.Annotation.ElementType[]

Returns

an array of the kinds of elements an annotation interface can be applied to

Attributes

Remarks

Returns an array of the kinds of elements an annotation interface can be applied to.

Java documentation for java.lang.annotation.Target.value().

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