com.tc.aspectwerkz.reflect
Interface MemberInfo

All Superinterfaces:
ReflectionInfo
All Known Subinterfaces:
ConstructorInfo, FieldInfo, MethodInfo, StaticInitializationInfo

public interface MemberInfo
extends ReflectionInfo

Marker interface for the member info classes (field and method).

Author:
Jonas BonŽr

Method Summary
 ClassInfo getDeclaringType()
          Returns the declaring type.
 
Methods inherited from interface com.tc.aspectwerkz.reflect.ReflectionInfo
getAnnotations, getGenericsSignature, getModifiers, getName, getSignature
 

Method Detail

getDeclaringType

ClassInfo getDeclaringType()
Returns the declaring type.

Returns:
the declaring type


Copyright © 2010 Terracotta, Inc.. All Rights Reserved.