org.glassfish.hk2.classmodel.reflect
Interface MethodModel

All Superinterfaces:
AnnotatedElement, Member
All Known Implementing Classes:
MethodModelImpl

public interface MethodModel
extends Member, AnnotatedElement

Model to represent a method declaration


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.glassfish.hk2.classmodel.reflect.Member
Member.Type
 
Method Summary
 ExtensibleType<?> getDeclaringType()
          Returns the class or interface model this method belongs to.
 
Methods inherited from interface org.glassfish.hk2.classmodel.reflect.Member
getMemberType
 
Methods inherited from interface org.glassfish.hk2.classmodel.reflect.AnnotatedElement
getAnnotation, getAnnotations, getName, shortDesc
 

Method Detail

getDeclaringType

ExtensibleType<?> getDeclaringType()
Returns the class or interface model this method belongs to.

Specified by:
getDeclaringType in interface Member
Returns:
the class of this method


Copyright © 2010 Sun Microsystems, Inc.. All Rights Reserved.