달력

2

« 2025/2 »

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
2011. 7. 27. 21:25

Reflection JAVA이야기2011. 7. 27. 21:25

Type : 마커 인터페이스
 ParameterizedType :
GenericArrayType :
TypeVariable<D>:
WildcardType :

GenericDeclaration
AnnotationElement
Member

Class
Constructor
Method
Field
Package 

Class, Constructor, Method 클래스는 모두 제네릭으로 선언돼 있기 때문에 GenericDeclaration 인스턴스이다.
Constructor, Method, Field 클래스는 각각 생성자, 메소드, 필드를 나타내며 이들은 모두 Member인스턴스이자 AccessibleObject의 서브 클래스이다. AccesiibleObject는 접근제어와 관련있는 클래스이다. 

'JAVA이야기' 카테고리의 다른 글

클래스 로딩-1  (0) 2011.07.28
제네릭타입 extended  (0) 2011.07.27
퀴즈  (0) 2011.07.27
[java] 왜 thread의 stop메소드를 deprecated 시켰나?  (0) 2011.07.17
클래스 확장과 제네릭 타입  (0) 2011.07.17
:
Posted by НooпeУ


Code Start Code End