RetentionAttribute Clase

Definición

Especifica cuánto tiempo se conservan las anotaciones con la interfaz anotada.

[Android.Runtime.Annotation("java.lang.annotation.Retention")]
public class RetentionAttribute : Attribute
[<Android.Runtime.Annotation("java.lang.annotation.Retention")>]
type RetentionAttribute = class
    inherit Attribute
Herencia
RetentionAttribute
Atributos

Comentarios

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Constructores

Nombre Description
RetentionAttribute()

Especifica cuánto tiempo se conservan las anotaciones con la interfaz anotada.

Se aplica a