130131132133134135136137138139140
/* * first try for a getFoo() type of property (also getfoo() ) */ executor = new PropertyExecutor(rlog, introspector, claz, identifier); /* * look for boolean isFoo() */
151152153154155156157158159160161
/* * first try for a getFoo() type of property * (also getfoo() ) */ executor = new PropertyExecutor(rlog,introspector, claz, identifier); /* * look for boolean isFoo() */