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 <kevin.pollet@serli.com> (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()intgetPosition()Class<?>getRawType()StringtoString()
-
-
-
Constructor Detail
-
ParameterMetaData
public ParameterMetaData(Class<?> type, int position, Set<Annotation> annotations)
-
-