Package gw.lang.reflect
Interface IConstructorHandler
-
- All Known Implementing Classes:
DynamicConstructorInfo.ConstructorHandler,GosuConstructorInfo.GosuConstructorHandler,JavaConstructorInfo.ConstructorHandlerAdapter,StandardGosuAnnotationConstructor,StandardJavaAnnotationConstructor
public interface IConstructorHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.ObjectnewInstance(java.lang.Object... args)
-