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>
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(javax.lang.model.type.TypeMirror paramType,
String paramName,
List<Annotation> jaxbAnnotations)
getJaxbAnnotations
public List<Annotation> getJaxbAnnotations()
getParamType
public javax.lang.model.type.TypeMirror getParamType()
getParamName
public String getParamName()
compareTo
public int compareTo(MemberInfo member)
- Specified by:
compareTo
in interface Comparable<MemberInfo>
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.