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
getParameters
java.util.List<AnnotatedParameter<X>> getParameters()
- Get the parameters of the callable member
- Returns:
- the parameters
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