com.sun.tools.ws.processor.modeler.annotation
Class MemberInfo
java.lang.Object
com.sun.tools.ws.processor.modeler.annotation.MemberInfo
- All Implemented Interfaces:
- Comparable<MemberInfo>
public final class MemberInfo
- extends Object
- implements Comparable<MemberInfo>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MemberInfo
public MemberInfo(TypeMirror paramType,
String paramName,
QName elementName,
@NotNull
Declaration decl,
Annotation... jaxbAnnotations)
getJaxbAnnotations
public Annotation[] getJaxbAnnotations()
getParamType
public TypeMirror getParamType()
getParamName
public String getParamName()
getElementName
public QName getElementName()
getDecl
@NotNull
public Declaration getDecl()
compareTo
public int compareTo(MemberInfo member)
- Specified by:
compareTo
in interface Comparable<MemberInfo>