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 Details

    • ParameterMetaData

      public ParameterMetaData(Class<?> type, int position, Set<Annotation> annotations)
  • Method Details

    • getRawType

      public Class<?> getRawType()
    • getPosition

      public int getPosition()
    • getAnnotations

      public Set<Annotation> getAnnotations()
    • toString

      public String toString()
      Overrides:
      toString in class Object