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

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

public interface AnnotatedCallable<X>
extends AnnotatedMember<X>

Represents a callable member of a Java type.

Author:
Gavin King, 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


Submit a bug or feature

Copyright © 2009-2011, Oracle Corporation and/or its affiliates. All Rights Reserved. Use is subject to license terms.

Generated on 10-February-2011 12:41

Scripting on this page tracks web page traffic, but does not change the content in any way.