org.glassfish.hk2.classmodel.reflect
Interface Parameter

All Superinterfaces:
AnnotatedElement

public interface Parameter
extends AnnotatedElement

Denote a parameter to a method

Author:
Jerome Dochez

Method Summary
 MethodModel getMethod()
          Parameters of a method are ordered based on the method declaration.
 ExtensibleType<?> getType()
          Returns the parameter type
 
Methods inherited from interface org.glassfish.hk2.classmodel.reflect.AnnotatedElement
getAnnotation, getAnnotations, getName, shortDesc
 

Method Detail

getMethod

MethodModel getMethod()
Parameters of a method are ordered based on the method declaration.

Returns:
the method declaring this parameter

getType

ExtensibleType<?> getType()
Returns the parameter type

Returns:
parameter type


Copyright © 2013 Oracle Corporation. All Rights Reserved.