DRAFT

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

Type Parameters:
X - the type of the member
All Superinterfaces:
Annotated, AnnotatedMember<X>
All Known Subinterfaces:
AnnotatedConstructor<X>, AnnotatedMethod<X>

public interface AnnotatedCallable<X>
extends AnnotatedMember<X>

The metadata for a callable member which can be parsed by the BeanManager. The semantics are similar to Member

Author:
Pete Muir

Method Summary
 java.util.List<AnnotatedParameter<X>> getParameters()
          Get the parameters of the callable member
 
Methods inherited from interface javax.enterprise.inject.spi.AnnotatedMember
getDeclaringType, getJavaMember, isStatic
 
Methods inherited from interface javax.enterprise.inject.spi.Annotated
getAnnotation, getAnnotations, getBaseType, getTypeClosure, isAnnotationPresent
 

Method Detail

getParameters

java.util.List<AnnotatedParameter<X>> getParameters()
Get the parameters of the callable member

Returns:
the parameters

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