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


Copyright © 2008-2013 JBoss by Red Hat, Inc.. All Rights Reserved.