final class MemberInfo extends Object implements Comparable<MemberInfo>
| Constructor and Description |
|---|
MemberInfo(javax.lang.model.type.TypeMirror paramType,
String paramName,
List<Annotation> jaxbAnnotations) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(MemberInfo member) |
List<Annotation> |
getJaxbAnnotations() |
String |
getParamName() |
javax.lang.model.type.TypeMirror |
getParamType() |
public MemberInfo(javax.lang.model.type.TypeMirror paramType,
String paramName,
List<Annotation> jaxbAnnotations)
public List<Annotation> getJaxbAnnotations()
public javax.lang.model.type.TypeMirror getParamType()
public String getParamName()
public int compareTo(MemberInfo member)
compareTo in interface Comparable<MemberInfo>Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.