public class AnnotationMetaData extends Object
Constructor and Description |
---|
AnnotationMetaData(Class clazz,
Member member,
ElementType type,
Annotation annotation) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Annotation |
getAnnotation() |
Class |
getClazz() |
String |
getElementName() |
Member |
getMember() |
ElementType |
getType() |
int |
hashCode() |
String |
toString() |
public AnnotationMetaData(Class clazz, Member member, ElementType type, Annotation annotation)
public ElementType getType()
public String getElementName()
public Annotation getAnnotation()
public Member getMember()
public Class getClazz()
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.