org.codehaus.aspectwerkz.reflect.impl.java
Class JavaFieldInfo
java.lang.Object
org.codehaus.aspectwerkz.reflect.impl.java.JavaMemberInfo
org.codehaus.aspectwerkz.reflect.impl.java.JavaFieldInfo
- All Implemented Interfaces:
- FieldInfo, MemberInfo, ReflectionInfo
- public class JavaFieldInfo
- extends JavaMemberInfo
- implements FieldInfo
Implementation of the FieldInfo interface for java.lang.reflect.*.
- Author:
- Jonas Bonér
getFieldInfo
public static FieldInfo getFieldInfo(Field field)
- Returns the field info for the field specified.
- Parameters:
field
- the field
- Returns:
- the field info
getAnnotations
public List getAnnotations()
- Returns the annotations.
- Specified by:
getAnnotations
in interface ReflectionInfo
- Returns:
- the annotations
getType
public ClassInfo getType()
- Returns the type.
- Specified by:
getType
in interface FieldInfo
- Returns:
- the type
equals
public boolean equals(Object o)
hashCode
public int hashCode()
Copyright © 2002-2004 Jonas Bonér, Alexandre Vasseur. All Rights Reserved.