Package org.infinispan.jcache.annotation
Class ParameterMetaData
- java.lang.Object
-
- org.infinispan.jcache.annotation.ParameterMetaData
-
public class ParameterMetaData extends Object
Contains the metadata for a parameter of a method annotated with A JCACHE annotation.- Author:
- Kevin Pollet
(C) 2011 SERLI
-
-
Constructor Summary
Constructors Constructor Description ParameterMetaData(Class<?> type, int position, Set<Annotation> annotations)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<Annotation>
getAnnotations()
int
getPosition()
Class<?>
getRawType()
String
toString()
-
-
-
Constructor Detail
-
ParameterMetaData
public ParameterMetaData(Class<?> type, int position, Set<Annotation> annotations)
-
-