Modifier and Type | Field | Description |
---|---|---|
Constructor<?> |
_ctor |
Constructor | Description |
---|---|
Ctor(Constructor<?> ctor) |
Modifier and Type | Method | Description |
---|---|---|
Constructor<?> |
getConstructor() |
|
Annotation[] |
getDeclaredAnnotations() |
|
Class<?> |
getDeclaringClass() |
|
int |
getParamCount() |
|
Annotation[][] |
getParameterAnnotations() |
public final Constructor<?> _ctor
public Ctor(Constructor<?> ctor)
public Constructor<?> getConstructor()
public int getParamCount()
public Class<?> getDeclaringClass()
public Annotation[] getDeclaredAnnotations()
public Annotation[][] getParameterAnnotations()
Copyright © 2008–2018. All rights reserved.