Possible to use reflection to get constructor params/args
- From: Petterson Mikael <mikael.petterson@xxxxxxxxxxxxxxx>
- Date: Wed, 28 Jun 2006 15:31:17 +0200
Hi,
Is it possible to use reflection to get the param/arg names i and d in second constructor? ( I am using jdk 1.4).
cheers,
//mikael
public class Constructor1 {
public Constructor1()
{
}
protected Constructor1(int i, double d)
{
}
}
.
- Follow-Ups:
- Re: Possible to use reflection to get constructor params/args
- From: Thomas Hawtin
- Re: Possible to use reflection to get constructor params/args
- From: Hendrik Maryns
- Re: Possible to use reflection to get constructor params/args
- Prev by Date: Re: where is the error....???help me to find it!!!!
- Next by Date: Re: Possible to use reflection to get constructor params/args
- Previous by thread: What is CRUD?
- Next by thread: Re: Possible to use reflection to get constructor params/args
- Index(es):