org.glassfish.hk2.classmodel.reflect
Interface MethodModel

All Superinterfaces:
AnnotatedElement
All Known Implementing Classes:
MethodModelImpl

public interface MethodModel
extends AnnotatedElement

Model to represent a method declaration


Method Summary
 ExtensibleType<?> getDeclaringType()
          Returns the class or interface model this method belongs to.
 
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.

Returns:
the class of this method


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