Uses of Class
org.jvnet.annox.model.XParameter

Packages that use XParameter
org.jvnet.annox.model   
org.jvnet.annox.reader.resourced   
 

Uses of XParameter in org.jvnet.annox.model
 

Methods in org.jvnet.annox.model that return XParameter
 XParameter[] XMethod.getParameters()
          Returns annotated parameters of the method.
 XParameter[] XConstructor.getParameters()
          Returns annotated parameters of the method.
 

Constructors in org.jvnet.annox.model with parameters of type XParameter
XConstructor(Constructor<?> constructor, XAnnotation[] xannotations, XParameter[] parameters)
          Constructs an annotated constructor.
XMethod(Method method, XAnnotation[] xannotations, XParameter[] parameters)
          Constructs an annotated method.
 

Uses of XParameter in org.jvnet.annox.reader.resourced
 

Methods in org.jvnet.annox.reader.resourced that return XParameter
 XParameter NXConverter.convertNParameter(Class<?> parameterType, NParameter nparameter)
           
 XParameter[] NXConverter.convertNParameters(Class<?>[] parameterTypes, List<NParameter> nparameters)
           
 



Copyright © 2006-2011 Highsource. All Rights Reserved.