javax.enterprise.inject.spi
Interface AnnotatedParameter<X>

Type Parameters:
X - the type of the parameter
All Superinterfaces:
Annotated

public interface AnnotatedParameter<X>
extends Annotated

The metadata for an annotated parameter which can be parsed by the BeanManager

Author:
Pete Muir

Method Summary
 AnnotatedCallable<X> getDeclaringCallable()
          The declaring callable
 int getPosition()
          The position of the parameter in the callable's argument list
 
Methods inherited from interface javax.enterprise.inject.spi.Annotated
getAnnotation, getAnnotations, getBaseType, getTypeClosure, isAnnotationPresent
 

Method Detail

getPosition

int getPosition()
The position of the parameter in the callable's argument list

Returns:
the position of the parameter

getDeclaringCallable

AnnotatedCallable<X> getDeclaringCallable()
The declaring callable

Returns:
the declaring callable


Copyright © 2008-2009. All Rights Reserved.