org.codehaus.aspectwerkz.joinpoint
Interface ConstructorRtti
- All Superinterfaces:
- CodeRtti, MemberRtti, Rtti
- All Known Implementing Classes:
- ConstructorRttiImpl
- public interface ConstructorRtti
- extends CodeRtti
Interface for the constructor RTTI (Runtime Type Information).
- Author:
- Jonas Bonér
getConstructor
public Constructor getConstructor()
- Returns the constructor.
- Returns:
- the constructor
getNewInstance
public Object getNewInstance()
- Returns the new instance created by the constructor.
- Returns:
- the new instance
Copyright © 2002-2004 Jonas Bonér, Alexandre Vasseur. All Rights Reserved.