Package.IsAnnotationPresent(Class) Método

Definición

Por agregar

[Android.Runtime.Register("isAnnotationPresent", "(Ljava/lang/Class;)Z", "GetIsAnnotationPresent_Ljava_lang_Class_Handler")]
public virtual bool IsAnnotationPresent(Java.Lang.Class? annotationClass);
[<Android.Runtime.Register("isAnnotationPresent", "(Ljava/lang/Class;)Z", "GetIsAnnotationPresent_Ljava_lang_Class_Handler")>]
abstract member IsAnnotationPresent : Java.Lang.Class -> bool
override this.IsAnnotationPresent : Java.Lang.Class -> bool

Parámetros

annotationClass
Class

Devoluciones

Implementaciones

Atributos

Comentarios

Por agregar

Agregado en 1.5.

Java documentación para java.lang.Package.isAnnotationPresent(java.lang.Class<? extends java.lang.annotation.Annotation>).

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.

Se aplica a