com.tc.aspectwerkz.reflect
Interface FieldInfo

All Superinterfaces:
MemberInfo, ReflectionInfo

public interface FieldInfo
extends MemberInfo

Interface for the field info implementations.

Author:
Jonas BonŽr

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

Method Detail

getType

ClassInfo getType()
Returns the type.

Returns:
the type


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