java reflection 으로 protected 생성자에 접근하기

exsider의 이미지

java reflection 에서 Class 객체에 getConstructors() 메소드를 호출하면
public 인 생성자만 나옵니다.
protected 인 Constructor 객체는 얻을 방법이 없나요???

atie의 이미지

getDeclaredConstructors()

----
I paint objects as I think them, not as I see them.
Ubuntu Dapper user / Ubuntu KoreanTeam

----
I paint objects as I think them, not as I see them.
atie's minipage