Class 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 Detail

      • ParameterMetaData

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

      • getRawType

        public Class<?> getRawType()
      • getPosition

        public int getPosition()