Java.Lang.Annotation.RetentionPolicy Class
Defines an enumeration for annotation retention policies.

See Also: RetentionPolicy Members

Syntax

[Android.Runtime.Register("java/lang/annotation/RetentionPolicy", DoNotGenerateAcw=true)]
public sealed class RetentionPolicy : Java.Lang.Enum

Remarks

Defines an enumeration for annotation retention policies. Used in conjunction with the Java.Lang.Annotation.IRetention annotation to specify an annotation's time-to-live in the overall development life cycle.

[Android Documentation]

Requirements

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