Class IntrospectionCacheData


  • public class IntrospectionCacheData
    extends Object
    Holds information for node-local context data introspection information.
    Version:
    $Id$
    Author:
    Geir Magnusson Jr.
    • Field Detail

      • thingy

        public Object thingy
        Object to pair with class - currently either a Method or AbstractExecutor. It can be used in any way the using node wishes.
      • contextData

        public Class<?> contextData
        Class of context data object associated with the introspection information
    • Constructor Detail

      • IntrospectionCacheData

        public IntrospectionCacheData()