Searched defs:AnnotationMember (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/libcore/reflect/
H A DAnnotationMember.java54 public final class AnnotationMember implements Serializable { class in inherits:Serializable
106 * @see #setDefinition(AnnotationMember)
108 public AnnotationMember(String name, Object val) { method in class:AnnotationMember
129 public AnnotationMember(String name, Object val, Class type, Method m) { method in class:AnnotationMember
158 protected AnnotationMember setDefinition(AnnotationMember copy) {
198 if (obj instanceof AnnotationMember) {
199 AnnotationMember that = (AnnotationMember)obj;

Completed in 56 milliseconds