DRAFT

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

DRAFT

Submit a bug or feature

Copyright © 2009 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.

Generated on 3-November-2009 04:04