public class ParameterMetaData extends Object
Constructor and Description |
---|
ParameterMetaData(Class<?> type,
int position,
Set<Annotation> annotations) |
Modifier and Type | Method and Description |
---|---|
Set<Annotation> |
getAnnotations() |
int |
getPosition() |
Class<?> |
getRawType() |
String |
toString() |
public ParameterMetaData(Class<?> type, int position, Set<Annotation> annotations)
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.