org.codehaus.aspectwerkz.reflect.impl.java
Class JavaConstructorInfo
java.lang.Object
org.codehaus.aspectwerkz.reflect.impl.java.JavaMemberInfo
org.codehaus.aspectwerkz.reflect.impl.java.JavaConstructorInfo
- All Implemented Interfaces:
- ConstructorInfo, MemberInfo, ReflectionInfo
- public class JavaConstructorInfo
- extends JavaMemberInfo
- implements ConstructorInfo
Implementation of the ConstructorInfo interface for java.lang.reflect.*.
- Author:
- Jonas Bonér
getConstructorInfo
public static ConstructorInfo getConstructorInfo(Constructor constructor)
- Returns the constructor info for the constructor specified.
- Parameters:
constructor
- the constructor
- Returns:
- the constructor info
getAnnotations
public List getAnnotations()
- Returns the attributes.
- Specified by:
getAnnotations
in interface ReflectionInfo
- Returns:
- the attributes
getParameterTypes
public ClassInfo[] getParameterTypes()
- Returns the parameter types.
- Specified by:
getParameterTypes
in interface ConstructorInfo
- Returns:
- the parameter types
getExceptionTypes
public ClassInfo[] getExceptionTypes()
- Returns the exception types.
- Specified by:
getExceptionTypes
in interface ConstructorInfo
- Returns:
- the exception types
equals
public boolean equals(Object o)
hashCode
public int hashCode()
Copyright © 2002-2004 Jonas Bonér, Alexandre Vasseur. All Rights Reserved.