Uses of Class
libcore.reflect.AnnotationMember
| Package | Description |
|---|---|
| libcore.reflect |
-
Uses of AnnotationMember in libcore.reflect
Methods in libcore.reflect that return AnnotationMember Modifier and Type Method Description static AnnotationMember[]AnnotationFactory. getElementsDescription(Class<? extends Annotation> annotationType)Reflects specified annotation type and returns an array of member element definitions with default values.protected AnnotationMemberAnnotationMember. setDefinition(AnnotationMember copy)Fills in element's definition info and returns this.Methods in libcore.reflect with parameters of type AnnotationMember Modifier and Type Method Description static <A extends Annotation>
AAnnotationFactory. createAnnotation(Class<? extends Annotation> annotationType, AnnotationMember[] elements)Provides a new annotation instance.protected AnnotationMemberAnnotationMember. setDefinition(AnnotationMember copy)Fills in element's definition info and returns this.